UnifyAPI
← Back to catalog

usajobs.code_lists

mock data$0.001 / call

USAJOBS Reference Code Lists

Fetch reference code lists used by USAJOBS — agency codes, pay grades, hiring paths, occupational series, security clearance levels, work schedules. Use to discover valid values for search filters.

Jobs & Careersprovider: Usajobs#usajobs#jobs

Input schema

code_listrequired

Reference code list name. Options: agencysubelements (all federal agencies and sub-orgs), occupationalseries (4-digit job-family codes, e.g. 2210=IT Specialist), hiringpaths (public/veteran/student/disability/internal), securityclearances (Public Trust to TS/SCI), applicantsuppliers (hiring authority types), geoloccodes (geographic location codes), postalcodes (ZIP code lookup), cyberworkroles (NICE Cybersecurity Workforce Framework roles).

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/usajobs.code_lists \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"code_list":"<code_list>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.