API
Facebook API
हर दिन लगभग 2 अरब उपयोगकर्ता फेसबुक पर पोस्ट, फ़ोटो, वीडियो, समूह, कार्यक्रम और मार्केटप्लेस सूचियों को साझा करते हैं, जिससे यह सामुदायिक पहुँच, ग्राहक सेवा, स्थानीय खोज और सामाजिक वाणिज्य के लिए महत्वपूर्ण बन जाता है।
API Reference Version: 1.0.0 29 Endpoints Authentication
Base URL
https://api.pressmonitor.co.in Authentication
All requests use Bearer token authentication.
Authorization: Bearer YOUR_API_KEY
x-subscription-id: YOUR_SUB_ID GET
/events-search कार्यक्रम खोजें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/events-search?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/get-post पोस्ट प्राप्त करें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| post_id | string | query | Yes | पोस्ट आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/get-post?post_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/group-info समूह जानकारी
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| id | string | query | Yes | आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/group-info?id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/marketplace-product मार्केटप्लेस उत्पाद
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| product_id | string | query | Yes | उत्पाद आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/marketplace-product?product_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/marketplace-profile मार्केटप्लेस प्रोफ़ाइल
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/marketplace-profile?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/marketplace-search मार्केटप्लेस खोज
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/marketplace-search?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/page-albums पेज एल्बम
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| id | string | query | Yes | आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/page-albums?id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/page-details पेज विवरण
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| id | string | query | Yes | आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/page-details?id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/page-feed पेज फीड
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| id | string | query | Yes | आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/page-feed?id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/pages-search पेज खोजें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/pages-search?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/pages-search-post पेज की पोस्ट खोजें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/pages-search-post?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/post-comments पोस्ट टिप्पणियाँ
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| post_id | string | query | Yes | पोस्ट आईडी |
| end_cursor | string | query | No | एंड कर्सर |
| order | string | query | No | क्रम |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/post-comments?post_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/post-reactions पोस्ट प्रतिक्रियाएं
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| post_id | string | query | Yes | पोस्ट आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/post-reactions?post_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/post-reactions-count पोस्ट प्रतिक्रियाओं की संख्या
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| post_id | string | query | Yes | पोस्ट आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/post-reactions-count?post_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/posts-search पोस्ट खोजें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| date_posted | string | query | No | पोस्ट की तारीख |
| end_cursor | string | query | No | एंड कर्सर |
| end_date | string | query | No | समाप्ति तारीख |
| recent_posts | string | query | No | हाल के पोस्ट |
| start_date | string | query | No | आरंभ तिथि |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/posts-search?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/posts-search-post पोस्ट खोजें पोस्ट
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/posts-search-post?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-about प्रोफ़ाइल के बारे में
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-about?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-albums प्रोफ़ाइल एल्बम
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-albums?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-feed प्रोफ़ाइल फीड
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-feed?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-friends प्रोफ़ाइल मित्र
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-friends?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-likes प्रोफ़ाइल पसंद
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-likes?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-page प्रोफ़ाइल पेज
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-page?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-photos प्रोफ़ाइल फ़ोटो
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-photos?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-search प्रोफ़ाइल खोज
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-search?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-search-post प्रोफ़ाइल खोज पोस्ट
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query | string | query | Yes | खोज क्वेरी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-search-post?query=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/profile-videos प्रोफ़ाइल वीडियो
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| user_id | string | query | Yes | उपयोगकर्ता आईडी |
| end_cursor | string | query | No | एंड कर्सर |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/profile-videos?user_id=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता
GET
/video-id-url वीडियो आईडी URL
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| url | string | query | Yes | URL |
Code Examples
curl -X GET "https://api.pressmonitor.co.in/video-id-url?url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता