Skip to main content
GET
Fetch Reddit APP Topic Feed
Fetch Reddit APP Topic Feed Pricing — base $0.00145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

language
string
default:en-US

Preferred response language as an IETF language tag; default: en-US

Required string length: 2 - 16
Pattern: ^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$
topic_id
string
required

ID/Topic ID ( /fetch_explore_feed topics

Required string length: 5 - 20
Pattern: ^tx1_[a-z0-9]{1,16}$
scheme_name
string
default:communities_tab_taxonomy_topics_default

scheme/Topic scheme name ( App communities_tab_taxonomy_topics_default

Required string length: 1 - 100
Pattern: ^[a-z0-9_]+$
sort
enum<string>
default:BEST

Sort method: BEST, HOT, NEW, TOP, CONTROVERSIAL

Available options:
BEST,
HOT,
NEW,
TOP,
CONTROVERSIAL,
RISING
time
enum<string>
default:ALL

Time range: ALL, HOUR, DAY, WEEK, MONTH, YEAR

Available options:
ALL,
HOUR,
DAY,
WEEK,
MONTH,
YEAR
need_format
boolean
default:false

Whether to clean and format the data

Response

200

Successful response. Response structure varies; refer to the actual API response.