Solwezi rate history — Max per diem ($/day). Query any past effective date directly via the API.
| Effective date | Lodging | M&IE | Max per diem |
|---|---|---|---|
| Jul 1, 2026 | $110 | $72 | $182 |
| Oct 1, 2022 | $110 | $72 | $182 |
| Oct 1, 2018 | $100 | $84 | $184 |
This DTMO per diem rate is the Department of Defense ceiling for lodging, meals and incidental expenses for DoD travelers (military and civilian) on TDY in Solwezi, zambia. It governs OCONUS travel voucher reimbursement and is used by defense and overseas programs for cost estimating. The proportional meal rate ($38) applies when some meals are provided in kind.
The exact request that returns this page's data. Change the
date parameter to query any historical effective
date, or pull it straight into your ERP, payroll, or expense system.
curl -H "X-API-Key: YOUR_KEY" \
"https://api.allowancesapi.com/v1/dtmo/perdiem/oconus/ZM-ZM?city=Solwezi"
{
"effective_date": "2023-01-01",
"results": [
{
"iso_code": "ZM-ZM",
"local_incidental": 14,
"local_meal_rate": 58,
"location": "Solwezi",
"lodging": 110,
"maximum_perdiem": 182,
"proportional_meal_rate": 38
}
],
"verification_url": "https://www.travel.dod.mil/Travel-Transportation-Rates/Per-Diem/"
}
The current maximum DTMO OCONUS per diem for Solwezi, Zambia is $182 per day — $110 for lodging, $58 for local meals and $14 for incidentals.
The proportional meal rate for Solwezi is $38 per day, used when some meals are furnished.
The rate shown reflects the latest DTMO publication. The historical table above lists prior maximum per diem values back to Oct 1, 2018.
Allowances API is not affiliated with, endorsed by, or sponsored by any U.S. Government agency. All rate data is sourced from official public rate tables and re-published in a normalized format.