{"openapi":"3.2.0","info":{"title":"OnlyFans Profile Scraper API","description":"This API gets the data from OnlyFans profiles, e.g. profile / header image URL, pricing, description, etc ...","version":"1.0.0"},"servers":[{"url":"https://efwvq.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/profile/{username}":{"get":{"operationId":"get_profile_username","summary":"Retrieve a profile","description":"Gets the profile data from an OnlyFans account","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}