This endpoint allows you to access project data in OC4IDS 1.1 compliant JSON format. It is
publicly accessible and updated daily.
Endpoint Details
-
Function Name
getOC4IDSData
-
Format
OC4IDS 1.1 JSON
-
Authentication
None (Public)
-
Rate Limit
60 requests/hour
Query Parameters (Optional)
-
startDate: Filter by start date (YYYY-MM-DD)
-
endDate: Filter by end date (YYYY-MM-DD)
For CoST Datastore
- Returns valid
OC4IDS 1.1 JSON
- Passes Data
Review Tool (0 errors)
- Updates daily
Example Usage
# Get all published projects
curl https://us-central1-mozportal-31b5c.cloudfunctions.net/getOC4IDSData
# Filter by date range
curl "https://us-central1-mozportal-31b5c.cloudfunctions.net/getOC4IDSData?startDate=2022-01-01&endDate=2026-01-01"
Explore Global Data
Access data from other countries at the CoST Datastore. The datastore fetches and stores
data from OC4IDS publishers on a daily basis. If a publisher's data fails validation against
the OC4IDS schema or is unavailable, the datastore provides access to the most recent valid
dataset successfully fetched from the publisher.
Visit CoST Datastore