Adana-Incirlik rate history — Danger Pay (%). Query any past effective date directly via the API.
| Effective date | Danger Pay (%) |
|---|---|
| May 31, 2026 | 35% |
| Mar 22, 2026 | 35% |
| Jul 22, 2018 | 15% |
| Nov 27, 2016 | 35% |
| Apr 3, 2016 | 25% |
The same location's rates under other U.S. travel-rate systems:
Danger pay is additional compensation for service at Adana-Incirlik during periods of civil insurrection, terrorism or war conditions. It is paid as a percentage of basic pay.
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/dssr/allowances/TR?type=danger_pay"
{
"effective_date": "2026-05-31",
"results": [
{
"danger_pay": {
"effective_date": "2026-05-31",
"rate": "35"
},
"iso_code": "TR",
"location": "Adana-Incirlik",
"postcode": "10215"
}
],
"verification_url": "https://aoprals.state.gov/content.asp?content_id=184\u0026menu_id=78"
}
The current DSSR Danger Pay rate for Adana-Incirlik, Turkey is 35%, effective May 31, 2026.
In Mar 22, 2026 the Danger Pay rate was 35%. The full history is shown in the table above and is queryable by effective date via the API.
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.