DFAS Military Pay Api
Pricing
from $0.01 / 1,000 results
DFAS Military Pay Api
Military Pay Tables, BAH, BAS & Retirement Calculator Access comprehensive military pay information from the Defense Finance and Accounting Service. Query base pay tables, housing allowances (BAH), subsistence allowances (BAS), special pays, retirement calculations, and tax information.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
DFAS Military Pay API - Pay Tables, Allowances & Retirement
Access military pay information including base pay tables, BAH (housing allowance), BAS (subsistence), special pays, retirement calculators, and tax information. Essential for service members, families, and veteran service organizations.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "get_pay_tables","dependents": false}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "get_pay_tables" | Yes* | The operation to perform on the DFAS Military Pay API |
payGrade | string | - | No | Military pay grade (E-1 through E-9, W-1 through W-5, O-1 through O-10) |
yearsOfService | integer | - | No | Number of years in service for pay calculation |
zipCode | string | - | No | ZIP code for BAH rate lookup |
dependents | boolean | false | No | Whether the service member has dependents (affects BAH) |
branch | string | - | No | Military service branch |
retirementSystem | string | - | No | Retirement system for calculations |
year | integer | - | No | Year for pay tables (defaults to current year) |
webhookUrl | string | - | No | URL to receive results via webhook for automation platforms |
demoMode | boolean | true | No | Run with sample data for testing (no API calls) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| API Request | Each DFAS military pay API request processed | $0.01 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal