API
YouTube API
YouTube हर महीने 2 बिलियन से अधिक लॉगिन किए गए उपयोगकर्ताओं तक पहुँचता है, जो वीडियो, शॉर्ट्स, लाइव स्ट्रीम और पॉडकास्ट के माध्यम से महत्वपूर्ण है।
API Reference Version: 1.0.0 1 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
/search YouTube वीडियो खोजें
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| query_text | string | query | Yes | खोज क्वेरी पाठ |
| num | integer | query | No | अधिकतम परिणामों की संख्या |
| order | string | query | No | क्रमबद्ध करने का आदेश |
| event-type | string | query | No | लाइव इवेंट प्रकार फ़िल्टर |
| token | string | query | No | पृष्ठांकन टोकन |
| country_code | string | query | No | क्षेत्र कोड |
| lang_code | string | query | No | संबंधित भाषा कोड |
Code Examples
curl -X GET "https://api.pressmonitor.com/search?query_text=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 सफलता