{"openapi":"3.2.0","info":{"title":"Answer The Public API","description":"Get keyword Trendings from 2004-Now and related metrics by providing a specific keyword. My AnswerThePublic API listens into autocomplete data from search engines like Google then quickly cranks out every useful phrase and question people are asking around your keyword.","version":"1.0.0"},"servers":[{"url":"https://fvgex.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/answer-the-public":{"get":{"operationId":"get_answer_the_public","summary":"Answer the public","description":"Discover An Untapped Goldmine Of Content Ideas","parameters":[{"name":"keyword","in":"query","required":false,"schema":{"type":"string","example":"ai marketing"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","example":"us"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}