Skip to content

Commit

Permalink
Moved more info sentence to end of page.
Browse files Browse the repository at this point in the history
  • Loading branch information
rc100 committed Oct 1, 2019
1 parent 5511bc6 commit 6743a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ The URL path for the API is: `https://api.ftc.gov/v0`

The current API version is **v0**, indicating that the API is under active development - some aspects of the API may change, such as the filter syntax used in requests or the structure of response data.

Learn more about other FTC developer resources at https://www.ftc.gov/developer. The FTC also lists its API endpoints and public datasets on Data.gov at https://catalog.data.gov/organization/federal-trade-commission.

Getting Started with the FTC API
--------------------------------

Access to the FTC API requires a Data.gov API key, which must be included in each API request. Register for a Data.gov API key using the API Key Signup Form at https://www.ftc.gov/developer.

The Data.gov API key can be included in an API request using either an **api_key** URL query parameter or with an `X-Api-Key` header. For example, here is a GET request to the HSR Early Termination Notices API endpoint (replace DEMO_KEY with your Data.gov API key):
[https://api.ftc.gov/v0/hsr-early-termination-notices?api_key=DEMO_KEY](https://api.ftc.gov/v0/hsr-early-termination-notices?api_key=DEMO_KEY)
[https://api.ftc.gov/v0/hsr-early-termination-notices?api_key=DEMO_KEY](https://api.ftc.gov/v0/hsr-early-termination-notices?api_key=DEMO_KEY)

Learn more about other FTC developer resources at https://www.ftc.gov/developer. The FTC also lists its API endpoints and public datasets on Data.gov at https://catalog.data.gov/organization/federal-trade-commission.

0 comments on commit 6743a2d

Please sign in to comment.