cURL
curl --request POST \ --url https://api.f6o.co/v2/city/_scores \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "inseeCodes": [ "<string>" ] }'
{ "apiVersion": "<string>", "kind": "<string>", "context": "<string>", "internalDelay": 123, "data": [ { "security": 123, "amenities": 123, "commercial": 123, "sport": 123, "culture": 123, "education": 123, "service": 123, "health": 123, "socialServices": 123 } ] }
API Key used to be authentified to these APIs. Please contact Fluximmo to get one
A successful response.
Show child attributes
Was this page helpful?