Introduction
This is the Core Factual API. The Core API is the generalized API for working with Factual data. All other APIs and wrappers will be dependent on this API.
API Docs
method | description |
|---|---|
| /diffs | Subscribe to a feed of differential changes to any table |
| /facets | Get row counts of different facets of Factual tables |
| /multi | Make multiple API requests on a single connection |
Read data from Factual tables with optional combinations of row, geo, or full-text search filters | |
Get table and field meta-data |
Get Help!
Page: Core API - Composing Requests
Page: Core API - Diffs
Page: Core API - Facets
Page: Core API - Global Error Responses
Page: Core API - Multi
Page: Core API - Oauth
Page: Core API - Read
Page: Core API - Request Limits
Page: Core API - Response Handling
Page: Core API - Schema
Page: Drivers and Examples