US AbilityOne Commission · Example Payload

Procurement List Api Agencylistresponse Example

Federal GovernmentDisability EmploymentProcurementNonprofitAccessibility

Procurement List Api Agencylistresponse Example is an example object payload from US AbilityOne Commission, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalagencies

Example Payload

Raw ↑
{
  "total": 93,
  "agencies": [
    {
      "id": "agency-001",
      "name": "Lighthouse for the Blind - St. Louis",
      "affiliate": "NIB",
      "state": "MO",
      "city": "St. Louis",
      "address": "4244 Forest Park Ave, St. Louis, MO 63108",
      "phone": "314-842-1180",
      "website": "https://www.blindmissouri.org",
      "employeesBlind": 125,
      "employeesDisabled": 45
    }
  ]
}