{"openapi":"3.2.0","info":{"title":"Google News API API","description":"Retrieve news from Google News: - News per page and section - Search for news in Google News","version":"1.0.0"},"servers":[{"url":"https://fdher.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"GoogleNews"}],"paths":{"/v1/google-news/news/{page}":{"get":{"operationId":"get_v1_google_news_news_page","summary":"Google News Page","description":"Page in Google News","tags":["GoogleNews"],"parameters":[{"name":"page","in":"path","required":true,"schema":{"type":"string"}},{"name":"section","in":"query","required":false,"schema":{"type":"string","title":"section"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","title":"language"}}]}},"/v1/google-news/pages-and-sections":{"get":{"operationId":"get_v1_google_news_pages_and_sections","summary":"Google News Pages and Sections List","description":"List of Pages and their Sections in Google News","tags":["GoogleNews"]}},"/v1/google-news/search":{"get":{"operationId":"get_v1_google_news_search","summary":"Search in Google News","description":"List of searched news in Google News","tags":["GoogleNews"],"parameters":[{"name":"text","in":"query","required":false,"schema":{"type":"string","title":"text"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"country"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","title":"language"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}