Getting Started
Make your first call
Create an API key, query normalized JSON, and return per diem and mileage rates with effective dates and official source URLs.
curl -s -H "Authorization: Bearer $API_KEY" "https://api.findmyperdiem.com/v1/perdiem?from=Italy&to=Paris%2C+France"Endpoints
GET /v1/perdiem— Returns structured per diem rate rows for travel from an origin country to a destination.GET /v1/mileage— Returns mileage reimbursement rates for a given origin country.