Social Security Administration website screenshot

Social Security Administration

The Social Security Administration (SSA) is a U.S. federal agency that administers Social Security programs including retirement, disability (SSDI), and survivor benefits. SSA's Developer Support portal provides APIs for locating field offices and resident stations, accessing open data on OASDI beneficiary statistics, and verifying Social Security Numbers through the eCBSV program.

4 APIs 0 Features
Federal GovernmentSocial SecurityGovernment APIOpen DataOASDIDisability BenefitsRetirement Benefits

APIs

SSA Field Office Address API

Provides location, address, telephone numbers, and office hours for Social Security Administration Field Offices across the United States. Uses the Esri ArcGIS Online platform a...

SSA Resident Station Address API

Provides location, address, telephone numbers, and office hours for Social Security Administration Resident Stations — smaller SSA offices that serve rural communities. Uses the...

SSA OASDI Open Data API

Provides statistics on Old Age, Survivors, and Disability Insurance (OASDI) beneficiaries including counts by state, total population data, and benefit payment statistics. Avail...

SSA eCBSV Verification API

The Electronic Consent Based SSN Verification (eCBSV) Service allows financial institutions to verify that a provided Social Security Number, name, and date of birth match SSA r...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Ssa Context

20 classes · 6 properties

JSON-LD

API Governance Rules

Social Security Administration API Rules

8 rules · 4 errors 3 warnings 1 info

SPECTRAL

JSON Structure

Ssa Office Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🌐
Open Data Portal
Open Data Portal
🔗
Open Data Inventory
Open Data Inventory
🔗
Data.gov Organization
Data.gov Organization
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLDContext
JSONLDContext
🔗
Vocabulary
Vocabulary
💻
Examples
Examples

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: SSA Resident Station Address API
  version: '1.0'
items:
- info:
    name: Resident Stations
    type: folder
  items:
  - info:
      name: Query Resident Stations
      type: http
    http:
      method: GET
      url: https://services6.arcgis.com/zFiipv75rloRP5N4/arcgis/rest/services/SSA_Resident_Station_Information/FeatureServer/0/query
      params:
      - name: where
        value: STATE='TX'
        type: query
        description: SQL WHERE clause to filter records (use '1=1' for all records)
      - name: outFields
        value: ''
        type: query
        description: Comma-separated list of fields to return, or * for all fields
      - name: f
        value: ''
        type: query
        description: Response format
      - name: resultOffset
        value: ''
        type: query
        description: Offset for pagination
      - name: resultRecordCount
        value: ''
        type: query
        description: Maximum number of records to return
      - name: orderByFields
        value: ''
        type: query
        description: Fields to sort results by
    docs: Query SSA Resident Station locations, addresses, phone numbers, and hours of operation. Resident Stations are smaller
      SSA offices that may have limited hours. Use where=1=1 to retrieve all stations.
bundled: true