API
Reddit API
Reddit serve circa 121 milioni di utenti attivi quotidiani attraverso forum, discussioni, post, link, immagini e commenti, rendendolo importante per approfondimenti comunitari, monitoraggio della reputazione, feedback sui prodotti e scoperta di nicchie.
API Reference Version: 1.0.0 14 Endpoints Authentication
Base URL
https://api.pressmonitor.com Authentication
All requests use Bearer token authentication.
Authorization: Bearer YOUR_API_KEY
x-subscription-id: YOUR_SUB_ID GET
/comments-by-username Commenti per nome utente
Code Examples
curl -X GET "https://api.pressmonitor.com/comments-by-username" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/get-cursor Ottieni cursore
Code Examples
curl -X GET "https://api.pressmonitor.com/get-cursor" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/new-subreddits Nuovi subreddit
Code Examples
curl -X GET "https://api.pressmonitor.com/new-subreddits" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/popular-posts Post popolari
Code Examples
curl -X GET "https://api.pressmonitor.com/popular-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/popular-subreddits Subreddit popolari
Code Examples
curl -X GET "https://api.pressmonitor.com/popular-subreddits" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/post-details Dettagli del post
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| post_url | string | query | Yes | URL del post |
Code Examples
curl -X GET "https://api.pressmonitor.com/post-details?post_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/posts-by-subreddit Post per subreddit
Code Examples
curl -X GET "https://api.pressmonitor.com/posts-by-subreddit" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/posts-by-username Post per nome utente
Code Examples
curl -X GET "https://api.pressmonitor.com/posts-by-username" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/rising-popular-posts Post popolari in crescita
Code Examples
curl -X GET "https://api.pressmonitor.com/rising-popular-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/search-posts Cerca post
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | Query di ricerca |
Code Examples
curl -X GET "https://api.pressmonitor.com/search-posts?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/search-subreddits Cerca subreddit
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | Query di ricerca |
Code Examples
curl -X GET "https://api.pressmonitor.com/search-subreddits?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/top-comments-by-username Migliori commenti per nome utente
Code Examples
curl -X GET "https://api.pressmonitor.com/top-comments-by-username" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/top-popular-posts Post popolari migliori
Code Examples
curl -X GET "https://api.pressmonitor.com/top-popular-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo
GET
/top-posts-by-username Migliori post per nome utente
Code Examples
curl -X GET "https://api.pressmonitor.com/top-posts-by-username" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Successo