{"openapi":"3.2.0","info":{"title":"Phone Specifications API","description":"Rest Api for Phone specifications","version":"1.0.0"},"servers":[{"url":"https://phone-specifications.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/search":{"get":{"operationId":"get_search","summary":"Search","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","example":"iphone 15 pro max"}}]}},"/brands":{"get":{"operationId":"get_brands","summary":"List Brands"}},"/latest":{"get":{"operationId":"get_latest","summary":"Latest"}},"/top-by-interest":{"get":{"operationId":"get_top_by_interest","summary":"Top By Interest"}},"/top-by-fans":{"get":{"operationId":"get_top_by_fans","summary":"Top By Fans"}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}