HHS Open API
Emulate the HHS Open API with 31 endpoints without keys, sandboxes, or a live account.
[01]
About
Mock the HHS Open API as a turnkey Mockzilla sim with 31 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. Common Features / Behaviors * "sort" param: supports multi column sorting through the use of commas as delimiters, and a hyphen to denote descending order. Methods: 31x GET. Top resource groups: media, tags, campaigns, sources. Hit https://api.justmocks.com/hhs for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
31 across 8 resource groups
Methods
GET 31 none deprecated
OpenAPI
3.0.0 spec version 2
Source spec
81 KB · YAML
view raw →
[02]
Endpoints
| GET |
/resources.json
|
Get Resources by search query Global search. Mocked via Mockzilla.
|
| GET |
/resources/campaigns.json
|
Get Campaigns Media Listings for a specific campaign
|
| GET |
/resources/campaigns/{id}.json
|
Get Campaign by ID Information about a specific campaign
|
| GET |
/resources/campaigns/{id}/media.json
|
Get MediaItems by Campaign ID Campaign Listings
|
| GET |
/resources/campaigns/{id}/syndicate.{format}
|
Get MediaItems for Campaign MediaItem
|
| GET |
/resources/languages.json
|
Get Languages Language Listings. Available as a Mockzilla mock endpoint.
|
| GET |
/resources/languages/{id}.json
|
Get Language by ID Information about a specific language
|
| GET |
/resources/media.json
|
Get MediaItems Media Items Listings
|
| GET |
/resources/media/featured.json
|
Get the list of featured content in the syndication system Get the list of featured content in the syndication system
|
| GET |
/resources/media/mostPopularMedia.{format}
|
Get MediaItems by popularity Get the media with the highest ratings.
|
| GET |
/resources/media/searchResults.json
|
Get MediaItems by search query Full search. Mockzilla mock: no signup, no API key.
|
| GET |
/resources/media/{id}.json
|
Get MediaItem by ID Information about a specific media item
|
| GET |
/resources/media/{id}/content
|
Get content for MediaItem The actual media content (html, image, etc...)
|
| GET |
/resources/media/{id}/embed.json
|
Get embed code for MediaItem Get the javascript or iframe embed code for this item (to embed it on a web page).
|
| GET |
/resources/media/{id}/preview.jpg
|
Get Tag by ID Get the jpg preview of the content item where applicable.
|
| GET |
/resources/media/{id}/relatedMedia.{format}
|
Get related MediaItems by ID Get the media related to the current media item. Served by the Mockzilla mock runtime.
|
| GET |
/resources/media/{id}/syndicate.{format}
|
Get syndicated content for MediaItem Get syndicated content.
|
| GET |
/resources/media/{id}/thumbnail.jpg
|
Get JPG thumbnail for MediaItem Get the jpg thumbnail of the content item where applicable.
|
| GET |
/resources/media/{id}/youtubeMetaData.json
|
Get Youtube metadata for MediaItem Youtube meta-data for a video item.
|
| GET |
/resources/mediaTypes.{format}
|
Get MediaTypes Information about media types
|
| GET |
/resources/sources.json
|
Get Sources Source Listings. Mocked via Mockzilla.
|
| GET |
/resources/sources/{id}.json
|
Get Source by ID Information about a specific source.
|
| GET |
/resources/sources/{id}/syndicate.{format}
|
Get MediaItems for Source MediaItem
|
| GET |
/resources/tags.{format}
|
Get Tags List of Tags
|
| GET |
/resources/tags/tagLanguages.{format}
|
Get TagLanguages List of Tag Languages
|
| GET |
/resources/tags/tagTypes.{format}
|
Get MediaItems for Tag List of Types. Available as a Mockzilla mock endpoint.
|
| GET |
/resources/tags/{id}.{format}
|
Get Tag by ID Information about a specific tag
|
| GET |
/resources/tags/{id}/media.{format}
|
Get MediaItems for Tag MediaItem
|
| GET |
/resources/tags/{id}/related.{format}
|
Get related Tags by ID Information about related tags to a specific tag
|
| GET |
/resources/tags/{id}/syndicate.{format}
|
Get MediaItems for Tag MediaItem
|
| GET |
/resources/userMediaLists/{id}.json
|
Get UserMediaList by ID Get a specific user media list. Mockzilla mock: no signup, no API key.
|