How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OpenGov Datasets API

**Datasets** are collections of data that can be retrieved using the API.Datasets can be retrieved by using `GET` requests. The base url for datasets is `https://api.procurement.opengov.com/gateway/datasets/v1/`Note: All dates and times returned by this API are in the time zone selected by the agency.## Datasets Legacy Authentication MethodsIn addition to the OpenGov standard Authorization header, for historic purposes we support two additional ways for the Datasets APIs.### 1. HTTP Basic AuthUse your OpenGov account email as the username and your API key as the password.```bash curl -u "alice@example.com:YOUR_API_KEY" \ https://api.procurement.opengov.com/gateway/datasets/v1/solicitations ```### 2. X-api-key headerYou may also authenticate using the `x-api-key` request header:```bash curl -H "x-api-key: YOUR_API_KEY" \ https://api.procurement.opengov.com/gateway/datasets/v1/solicitations ```> **Security note:** Some third-party systems may log or store custom headers in plaintext. To obtain an API key, please follow the steps outlined in this guide [OpenGov Procurement API Reference](https://opengov.my.site.com/support/s/article/87a452ae-254c-4b62-8336-d475c2e30723) or contact OpenGov support.The API will return a 401 error if the key is invalid.

OpenGov Datasets API is one of 102 APIs that OpenGov publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Datasets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a changelog.

This API exposes 14 operations across 14 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.procurement.opengov.com.

14 operations 14 paths 7 schemas 14 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.plce.opengov.com/plce
Authentication
HTTP Basic, API Key, API Key, API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 5

OpenGov Datasets API declares 5 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). An API key is passed in the header as Authorization (apiKeyAuth). An API key is passed in the header as x-api-key (xApiKeyHeaderAuth). An API key is passed in the header as Authorization (APIKey). It accepts HTTP bearer tokens (JWT) (BearerToken).

  • APIKey — Format: Token your-api-key-here
  • BearerToken — Enter Bearer Token without Bearer prefix

Paths & Operations 14

Across 14 paths, the API surfaces 14 operations — 14 GET. Each is listed below with its method, path, parameters, and response codes.

Datasets 14

Datasets are collections of data that can be retrieved using the API. Datasets can be retrieved by using GET requests. The base url for datasets is https://api.procurement.opengov…

GET
/gateway/datasets/v1/contracts
Contracts
getContractsDataset 1 param → 200401404500
GET
/gateway/datasets/v1/contract-documents
Contract Documents
getContractDocumentsDataset 1 param → 200401404500
GET
/gateway/datasets/v1/contracts-with-spend
Contracts with Spend
getContractsWithSpendDataset 1 param → 200401404500
GET
/gateway/datasets/v1/intakes
Intakes
getIntakesDataset 1 param → 200401404500
GET
/gateway/datasets/v1/solicitations
Solicitations
getSolicitationDataset 1 param → 200401404500
GET
/gateway/datasets/v1/vendor-companies
Vendor Companies
getVendorCompaniesDataset 1 param → 200401404500
GET
/gateway/datasets/v1/vendor-subscribers
Vendor Subscribers
getVendorSubscribersDataset 1 param → 200401404500
GET
/gateway/v2/entities/{entityUuid}/datasets/contracts
Contracts
getContractsDatasetV2 2 params → 200401403404500
GET
/gateway/v2/entities/{entityUuid}/datasets/contract-documents
Contract Documents
getContractDocumentsDatasetV2 2 params → 200401403404500
GET
/gateway/v2/entities/{entityUuid}/datasets/contracts-with-spend
Contracts with Spend
getContractsWithSpendDatasetV2 2 params → 200401403404500
GET
/gateway/v2/entities/{entityUuid}/datasets/intakes
Intakes
getIntakesDatasetV2 2 params → 200401403404500
GET
/gateway/v2/entities/{entityUuid}/datasets/solicitations
Solicitations
getSolicitationDatasetV2 2 params → 200401403404500
GET
/gateway/v2/entities/{entityUuid}/datasets/vendor-companies
Vendor Companies
getVendorCompaniesDatasetV2 2 params → 200401403404500
GET
/gateway/v2/entities/{entityUuid}/datasets/vendor-subscribers
Vendor Subscribers
getVendorSubscribersDatasetV2 2 params → 200401403404500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Contract (41 properties), Solicitation (37 properties), VendorSubscriber (36 properties), VendorCompany (30 properties). Each schema is shown below with its type and property counts.

Intake
object
30 properties
Contract
object
41 properties
Solicitation
object
37 properties
ContractDocument
object
19 properties
ContractWithSpend
object
VendorCompany
object
30 properties
VendorSubscriber
object
36 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

opengov-datasets-api-openapi.yml Raw ↑

Other APIs OpenGov publishes across the network.

OpenGov Activity API
OpenGov Activity Logs API
OpenGov Admin Settings API
OpenGov Approval Steps API
OpenGov Attachment API
OpenGov Attachment Limits API
OpenGov Attachments API
OpenGov Budget API
OpenGov Categories API
OpenGov Change Order API
OpenGov Change Order By Po API
OpenGov Chart Of Accounts API
Where this information came from

This is an independent, third-party profile of OpenGov Datasets API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.