{"openapi":"3.2.0","info":{"title":"instagram.com API","description":"get instagram user followers and following accounts","version":"1.0.0"},"servers":[{"url":"https://instagramcom.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/followers":{"get":{"operationId":"get_followers","summary":"user followers","description":"100 results limit","parameters":[{"name":"username","in":"query","required":false,"schema":{"type":"string","example":"zuck"}}]}},"/followings":{"get":{"operationId":"get_followings","summary":"user followings","description":"100 results limit","parameters":[{"name":"username","in":"query","required":false,"schema":{"type":"string","example":"zuck"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}