Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
60 lines (60 sloc)
2.85 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- title: Open Data | |
id: open-data | |
url: https://data.cdc.gov | |
tagline: Open Data is a repository of all available data sets with a Socrata Open Data API. | |
docs: https://dev.socrata.com/docs/endpoints.html | |
arch: REST | |
formats: | |
- json | |
- xml | |
- csv | |
- title: PHIN VADS | |
id: phin-vads | |
url: http://phinvads.cdc.gov/vocabService/v2 | |
tagline: PHIN VADS provides standard vocabularies to CDC and its public health partners in one place. PHIN VADS is a web-based enterprise vocabulary system for accessing, searching and distributing vocabularies used in public health and clinical care practice. | |
docs: http://phinvads.cdc.gov/vads/developersGuide.action | |
arch: REST | |
formats: | |
- xml | |
- title: WONDER | |
id: wonder | |
url: https://wonder.cdc.gov/controller/datarequest/[database ID] | |
tagline: Access data in the WONDER online databases immediately with automated data queries in XML format over HTTP, for use in your own web pages or widgets. | |
docs: https://wonder.cdc.gov/wonder/help/WONDER-API.html | |
arch: REST | |
formats: | |
- xml | |
- title: Content Syndication | |
id: content-syndication | |
url: https://tools.cdc.gov/api/v2 | |
tagline: Content syndication allows CDC to offer web content to other sites and applications. It is as easy as identifying the content you want, and then pasting a small section of code from our site to yours. | |
docs: https://tools.cdc.gov/api/docs/info.aspx#response | |
arch: REST | |
formats: | |
- json | |
- xml | |
- title: Tracking Network Data Application Program Interface | |
id: tracking-api | |
url: https://ephtracking.cdc.gov/apigateway/api/v1 | |
tagline: The Data Application Program Interface (API) is an additional way to query data stored by the Environmental Public Health Tracking Network. The API provides a standard URL interface with a JSON formatted response. | |
docs: https://ephtracking.cdc.gov/apihelp | |
arch: REST | |
formats: | |
- json | |
- title: API Guidance | |
id: sdp-api-guidance | |
tagline: CDC's Surveillance Data Platform program offers guidance on several aspects of RESTful API design and implementation. | |
docs: https://publichealthsurveillance.atlassian.net/wiki/spaces/STA/pages/478969857/REST+API+Guidance+-+Version+1.1 | |
arch: REST | |
links: | |
- description: RESTful API Design Guidance | |
url: https://publichealthsurveillance.atlassian.net/wiki/spaces/STA/pages/478969857/REST+API+Guidance+-+Version+1.1 | |
- description: Example RESTful API | |
url: https://publichealthsurveillance.atlassian.net/wiki/spaces/STA/pages/387710977/RESTful+API+Example+SDP-V | |
- description: API Implementation Considerations | |
url: https://publichealthsurveillance.atlassian.net/wiki/spaces/STA/pages/485425156/API+Implementation+Considerations | |
- description: Using OAuth to Secure CDC APIs | |
url: https://publichealthsurveillance.atlassian.net/wiki/spaces/STA/pages/410189825/Using+OAuth+to+Secure+CDC+APIs | |
formats: | |
- json | |
- xml |