Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Hog Search API

The Search API from The Hog — 2 operation(s) for search.

The Hog Search API is one of 8 APIs that The Hog publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Search. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://developer.thehog.ai.

3 operations 2 paths 9 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://developer.thehog.ai
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

The Hog Search API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Access-Key (AccessKey). An API key is passed in the header as X-Secret-Key (SecretKey).

  • AccessKey — The public API key from the Credentials page.
  • SecretKey — The API secret shown when the credential is created.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Search 3
POST
/api/v1/search
Submit search
submitSearch 2 params body → 200202400401402422500
GET
/api/v1/search
List searches
listSearches 3 params → 200401500
GET
/api/v1/search/{id}
Get search result
getSearchResult 1 param → 200401404429500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PostSearchDto (14 properties), SearchResultItemDto (10 properties), SearchResultDto (10 properties), PublicErrorResponseDto (7 properties). Each schema is shown below with its type and property counts.

PostSearchDto
object
14 properties 1 required
PublicValidationErrorItemDto
object
3 properties 2 required
SearchResultItemDto
object
10 properties 2 required
SearchErrorDto
object
2 properties 2 required
SearchListResponseDto
object
2 properties 1 required
SearchAcceptedDto
object
4 properties 4 required
SearchAcceptedMetaDto
object
1 property 1 required
PublicErrorResponseDto
object
7 properties 5 required
SearchResultDto
object
10 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

the-hog-search-api-openapi.yml Raw ↑

Other APIs The Hog publishes across the network.

The Hog Company Search API
The Hog Deep Research API
The Hog Enrichments API
The Hog Monitors API
The Hog Operations API
The Hog People Search API
The Hog Scrapers API