Forwarded from Forward Tag Remover [ FAST ]
Instagram Fast Info API โ Subscriber Access
Base URL:Sample Response:
https://insta-fastdevapis.ek4nsh.in
Usage:
Add ?username=<instagram_username> to any endpoint
Endpoints:
1) Profile Info
/api/info?username=instagram
{
"username": "instagram",
"full_name": "Instagram",
"bio": "Carversations with Tom Brady",
"followers": 699022178,
"following": 193,
"profile_image": "https://scontent.cdninstagram.com/....jpg",
"is_private": false,
"is_verified": true,
"id": "25025320"
}2) Latest Posts (12)
/api/posts?username=instagram
3) Latest Reel
/api/reels?username=instagram
4) Active Stories
/api/stories?username=instagram
Notes:
- No API key required
- Session-based access (Reels / Stories supported)
- Educational & research use only
- Rate limits may apply
powered by lazyekansh
https://ek4nsh.tech
โค3
Cheems Image API
https://api.fastdevelopers.in/cheems
https://api.fastdevelopers.in/cheems
https://api.fastdevelopers.in/cheems
This API returns a random Cheems image on every request. Each time the endpoint is accessed or refreshed, a different image is served automatically.
Method: GET
Authentication: Not required
Response type: Image (image/png, image/jpeg, or image/gif)
Output format: Raw image data (not JSON)
Use cases include Telegram or Discord bots, websites, meme generators, and testing projects that need a random image source.
How to use:
- Open the URL directly in a browser to view an image
- Use it as an image source in HTML (<img src="API_URL">)
- Fetch it in JavaScript or pass the URL directly to bot methods like sendPhoto
A successful request returns HTTP 200 with the image file in the response body. No parameters or payload are required. Avoid excessive automated requests.
โค7๐ซก3๐1๐ค1
๐จ Important Notice for All API Users
We have moved to a new official API domain:
๐ https://api.fastdevelopers.in
The previous (https://fast-dev-apis.vercel.app) Vercel domain will be shut down in the next 2โ3 days.
โ Kindly update your bots, apps, and scripts as soon as possible to prevent downtime.
โค๏ธ Thank you for supporting FAST Developers.
We have moved to a new official API domain:
๐ https://api.fastdevelopers.in
The previous (https://fast-dev-apis.vercel.app) Vercel domain will be shut down in the next 2โ3 days.
โ Kindly update your bots, apps, and scripts as soon as possible to prevent downtime.
โค๏ธ Thank you for supporting FAST Developers.
โค10
Weโve launched Lie Fast! A simple, fast API that serves realistic workplace excuses on demand.
Sample Response:
https://lie-fast.ek4nsh.in/api/lie?category=manager
Sample Response:
{
"lie": "I was attending a virtual conference, by virtual I mean I had the tab open while gaming",
"category": "manager"
}You can change the category parameter to get lies tailored for different roles.
Why use this:
ยป No signup or auth required
Fast response, & safe
ยป Useful for demos, bots, testing APIs, placeholders, or just fun
ยป Frontend and backend friendly (works with fetch, curl, Python, Node, bots)
ยป This endpoint is public and ready to plug into your projects.
โค7๐ฅ1
Aadhar Search API โ Usage Documentation
The Aadhar Search API allows you to fetch records based on a name query.
Example Request:
GET https://aadhar.ek4nsh.in/?name=Rahul
Query Parameters:
name (string, required)
The name to search for. Example: Rahul
Response Format:
The API returns a JSON response with the following structure:
{
"count": 367,
"data": [
{
"aadharNumber": "780189918542",
"address": "GOVT SCHOOL SHILARPUR",
"age": "18",
"district": "MAHENDRAGARH",
"fathersName": null,
"gender": "Male",
"name": "RAHUL",
"otherNumber": null,
"passportNumber": null,
"phoneNumber": "6376949374",
"pincode": null,
"state": "HARYANA",
"town": null
}
]
}โค12
music downloader (1) (1).zip
1.7 KB
โค9๐ฅ2