DFAS Military Pay Api avatar

DFAS Military Pay Api

Pricing

from $0.01 / 1,000 results

Go to Apify Store
DFAS Military Pay Api

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

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

7 days ago

Last modified

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

ParameterTypeDefaultRequiredDescription
taskstring"get_pay_tables"Yes*The operation to perform on the DFAS Military Pay API
payGradestring-NoMilitary pay grade (E-1 through E-9, W-1 through W-5, O-1 through O-10)
yearsOfServiceinteger-NoNumber of years in service for pay calculation
zipCodestring-NoZIP code for BAH rate lookup
dependentsbooleanfalseNoWhether the service member has dependents (affects BAH)
branchstring-NoMilitary service branch
retirementSystemstring-NoRetirement system for calculations
yearinteger-NoYear for pay tables (defaults to current year)
webhookUrlstring-NoURL to receive results via webhook for automation platforms
demoModebooleantrueNoRun with sample data for testing (no API calls)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach 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