APIs for software.
SFAIE is a catalog of hosted APIs. One key. One bill. HTTP in, JSON out.
curl "https://sfaie.com/api/scrappy/x/v1/user-info?username=elonmusk" \
-H "Authorization: Bearer $SFAIE_API_KEY"{
"data": {
"id": "58374912",
"name": "Elon Musk",
"username": "elonmusk",
"created_at": "2009-04-18T20:31:07.000Z",
"description": "Rockets, cars, and other projects.",
"profile_image_url": "https://cdn.sfaie.com/samples/elonmusk.jpg",
"public_metrics": {
"followers_count": 224318905,
"following_count": 1123,
"tweet_count": 81294
},
"verified": true
}
}Data APIs
Structured data from the public web.