Query GSA Fleet monthly lease rates and mileage rates by vehicle type (SIN) and fiscal year. US and Europe rate schedules, FY2026 and historical, from the official GSA rate bulletins.
Data sourced from public U.S. Government rate tables. Not affiliated with the U.S. Government or GSA.
GSA Fleet leases vehicles to federal agencies on a full-service basis: each vehicle type — identified by its Standard Item Number (SIN) — has a monthly lease rate plus a rate per mile, with maintenance and fuel expenses included in that pricing. GSA publishes these rates once per fiscal year as Excel rate bulletins, in separate US and Europe schedules, with a 10% surcharge on standard rates for vehicles domiciled OCONUS outside Europe. Allowances API turns those spreadsheets into a simple JSON endpoint, so your application can look up the leasing rates for any vehicle type and fiscal year.
Sedans, SUVs, vans, trucks, buses, ambulances, EVs and more — every SIN priced in the GSA Fleet rate bulletins.
Both components of the full-service lease, as clean JSON numbers instead of spreadsheet cells.
Query the standard (US) or Europe rate schedule with the same request shape.
Rate bulletins back to fiscal year 2022,
selectable with a simple year parameter.
Source:
GSA Fleet — Vehicle rates (gsa.gov).
Every API response can include this link as a
verification_url for auditing.
Fetch the leasing rates for a vehicle type by its SIN with a simple REST request.
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.allowancesapi.com/v1/gsa/vehicle-rates/standard/10B?verification_url=true"
{
"sin": "10B",
"vehicle_description": "Sedan, Midsize",
"rate_type": "standard",
"results": [
{
"fiscal_year": 2026,
"monthly_rate": 421,
"monthly_rate_type": "fixed",
"mileage_rate": 0.21
}
],
"verification_url": "https://www.gsa.gov/buy-through-us/products-and-services/transportation-and-logistics-services/fleet-management/vehicle-leasing/vehicle-rates"
}
Use standard or
europe as the rate schedule, and add
year to query a past fiscal year (back to
2022). Omit
year for the current fiscal year's rates. Add
verification_url=true to receive a link back to the
official GSA source for auditing.
A sample of common vehicle types from the standard (US) schedule, served live from the API.
| SIN | Vehicle type | Monthly rate | Rate per mile |
|---|---|---|---|
| 09J | Sedan, Compact | $354 | $0.180 |
| 10B | Sedan, Midsize | $421 | $0.210 |
| 99 | Sport Utility Vehicles (4x4) | $400 | $0.210 |
| 100E | Sport Utility Vehicles (4x2),Mid-Size, Electric | $498 | $0.110 |
| 021J | Van, Passenger | $336 | $0.250 |
| 60 | Pickup Trucks (4x2) | $111 | $0.380 |
| 82 | Utility Trucks (4x2) | $275 | $0.480 |
| 211 | Type I, Conventional Cab & Chassis w/ Narrow Modular Body 4X2 | Set per vehicle | $0.800 |
"Set per vehicle" means GSA Fleet prices the monthly rate individually for that
vehicle type (the API returns a
monthly_rate_type field explaining each case).
Optional equipment is charged separately by GSA and is not part of these rates.
Every fiscal-year rate bulletin published by GSA Fleet, in both schedules.
| Rate schedule | Fiscal years | Vehicle types (FY 2026) |
|---|---|---|
Standard (United States)
/v1/gsa/vehicle-rates/standard/{sin}
|
FY 2022 – FY 2027 | 542 |
Europe
/v1/gsa/vehicle-rates/europe/{sin}
|
FY 2022 – FY 2027 | 164 |
Per GSA, vehicles domiciled OCONUS outside Europe are charged the standard rates plus a 10% surcharge. The US fiscal year runs October 1 through September 30.
GSA publishes its Fleet leasing rates as downloadable Excel bulletins — one per fiscal year and schedule, each with hundreds of vehicle types. Budgeting and fleet-management systems that copy figures out of those spreadsheets go stale every October when the new bulletin lands. Allowances API monitors the official publication, keeps every bulletin since fiscal year 2022, and answers the question your code actually asks: what are the monthly and per-mile rates for this vehicle type in this fiscal year?
Project annual vehicle costs from the official monthly and mileage rates instead of hand-maintained spreadsheets.
Price vehicle costs in proposals with current and historical GSA Fleet rates, backed by auditable source links.
Reconcile GSA Fleet bills and feed lease costs into ERP tools automatically each fiscal year.
Answers to common developer and compliance questions.
GSA publishes its Fleet vehicle leasing rates as fiscal-year rate bulletins in Excel format, not as an API. Allowances API republishes those bulletins as a normalized JSON API, queryable by Standard Item Number (SIN), fiscal year, and rate schedule.
GSA Fleet leases are full-service: each vehicle type has a monthly lease rate and a rate per mile, and that pricing includes maintenance and fuel expenses. Optional equipment is charged separately by GSA, per its official vehicle rates page.
A Standard Item Number is GSA's identifier for a leased vehicle type — for
example 10B is a midsize sedan and 99 is a 4x4 sport
utility vehicle. The API takes the SIN as a case-insensitive path parameter
and returns the vehicle description alongside the rates.
Yes. The API covers every GSA Fleet rate bulletin from fiscal year
2022 onward. Pass
year and the API returns the monthly and mileage rates that
applied in that fiscal year — useful for reconciling past bills and validating
historical cost models.
The API serves both GSA Fleet schedules: standard for vehicles
leased in the United States and europe for vehicles leased in
Europe. Per GSA, vehicles domiciled OCONUS outside Europe are charged the
standard rates plus a 10% surcharge.
No. Allowances API is not affiliated with GSA or any U.S. Government agency. Data is sourced from the official GSA Fleet vehicle rates publication, and every response can include a verification link back to that source.
Start querying current and historical vehicle leasing rates with the same normalized API that serves GSA, DTMO, and DSSR per diem data.
Data sourced from official public per diem and allowances tables. Not affiliated with any government agency.