Pongo API Demo

This interactive demo allows you to test the various endpoints of the Pongo API.

API Key

Enter your API key to authenticate requests:

Note: Your API key is stored in your browser session only and is never sent to our servers except as part of the API requests you initiate.
GET Endpoints
POST Endpoints
GET

/api/entry

Retrieves an entry by its URL.

GET

/api/search

Searches for entries containing a specific keyword.

GET

/api/feed/entries

Retrieves all entries from a specific feed.

GET

/api/feeds

Retrieves a list of all feeds.

GET

/api/recent

Retrieves the most recent entries across all feeds.

GET

/api/domain/entries

Retrieves entries from a specific domain.

GET

/api/stats

Retrieves statistical information about the aggregated data.

GET

/api/categories

Retrieves all available categories and their article counts.

Leave empty to use default categories
GET

/api/categories/entries

Retrieves entries matching specific categories.

Leave empty to use default categories
POST

/crawl

Fetches and analyzes content from specified URLs.

POST

/crawlFeed

Fetches and analyzes articles from a specified RSS feed URL.

Leave empty to use default categories