Explore API Endpoints
- Pick an HTTP Client.
Note: Browsers only work for HTTP GET. - Authenticate.
- Set input formatting.
The API accepts many formats. Specify which format you are sending with theContent-Type
HTTP header.Content-Type: application/json
- Set output formatting.
The API responds many formats. Specify which format you want to receive with theAccept
HTTP header.Accept: application/json
- Try examples found on each endpoint page.