APIHub
Back to Explore

Discovery Market Research

<p>This API drives the <a href="https://discovery.gsa.gov">Discovery Market Research Tool</a>. It contains information on the vendors that are part of the OASIS and OASIS Small Business contracting vehicles, such as their contracting history, their elligibility for contract awards, and their small business designations. To learn more about the tool, please visit <a href="https://discovery.gsa.gov"

Uncategorized
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

626ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/contracts/

This endpoint returns contract history from FPDS for a specific vendor

  • duns (query, required) — A 9-digit DUNS number that uniquely identifies a vendor (required).
  • naics (query) — a six digit NAICS code used to filter by contracts with a certain NAICS
  • sort (query) — a field to sort on. Choices are date, status, agency, and amount
  • direction (query) — The sort direction of the results. Choices are asc or desc.
  • page (query, page) — the page to start on. Results are paginated in increments of 100. Begins at page=1.
GET

/api/metadata/

This endpoint returns metadata for the most recent data loads of SAM and FPDS data

GET

/api/naics/

This endpoint lists all of the NAICS codes that are relevant to the OASIS family of vehicles

GET

/api/vendor/{duns}

This endpoint returns a single vendor by their 9 digit DUNS number

  • duns (path, required) — a nine digit DUNS number that uniquely identifies the vendor (required)
GET

/api/vendors/

This endpoint returns a list of vendors filtered by a NAICS code

  • naics (query, required) — a six digit NAICS code (required)
  • setasides (query) — a comma delimited list of two character setaside codes to filter by. Ex. setasides=A6,A5 will filter by 8a and veteran owned business.
  • vehicle (query) — Choices are either oasis or oasissb. Will filter vendors by their presence in either the OASIS unrestricted vehicle or the OASIS Small Business vehicle.

5 endpoints auto-detected

curl -X GET \
  "https://discovery.gsa.gov/api/contracts/"

discovery.gsa.gov · HTTPS only