GF APIS

Documentations

Music

GET /spotify/track
Get Spotify track information by id

Query Parameters

id string
Spotify track id (required)
GET /spotify/search
Search for tracks on Spotify

Query Parameters

q string
Search query (required)

Search

GET /search/anime
Search for anime information

Query Parameters

q string
Anime search query (required)
page number
Page number (optional)
GET /search/github
Get github user profile and repositories

Query Parameters

username string
Github username (required)
GET /search/pinterest
Search for Pinterest pins

Query Parameters

q string
Pinterest search query (required)
GET /search/stickersearch
Search for sticker packs

Query Parameters

query string
Sticker search query (required)

Tools

GET /tools/shorten
Shorten a url

Query Parameters

url string
Url to shorten (required)
GET /tools/ssweb
Take a screenshot of a website

Query Parameters

url string
Website url to screenshot (required)
GET /tools/emojimix
Combine two emojis into one

Query Parameters

emoji1 string
First emoji (required)
emoji2 string
Second emoji (required)
GET /tools/styletext
Style text with fancy fonts

Query Parameters

text string
Text to style (required)

AI

POST /api/ai/translapp
AI-powered text processing (translate, paraphrase, etc.)

Request Body

text string
Text to process (required)
module string
Processing module: SUMMARIZE, PARAPHRASE, EXPAND, TONE, TRANSLATE, REPLY, GRAMMAR
to string
Target language/tone/reply length

Download

GET /download/spotify
Download Spotify tracks

Query Parameters

url string
Spotify track url (required)
GET /download/youtube
Download YouTube videos/audio

Query Parameters

url string
YouTube video url
query string
Search query (alternative to url)
quality string
Video quality (360, 480, 720, 1080)
GET /download/anime
Get anime download links

Query Parameters

url string
Anime page url (required)
GET /download/twitter
Download Twitter videos

Query Parameters

url string
Twitter post URL (required)
GET /youtube-video
Get YouTube video with specific quality

Query Parameters

url string
YouTube video URL (required)
quality string
Video quality (360, 480, 720, 1080)
GET /youtube-audio
Extract audio from YouTube video

Query Parameters

url string
YouTube video URL (required)

Media

POST /media/txt2img
Generate images from text using AI

Request Body

prompt string
Text description to generate image (required)
GET /unsplash/{query}
Search high-quality images from Unsplash

Path Parameters

query string
Search query for images (required)
page number
Page number (optional)
per_page number
Results per page (optional, default 5)
GET /search/image
Search for images

Query Parameters

q string
Image search query (required)
GET /download/pinterest
Download Pinterest videos

Query Parameters

url string
Pinterest video URL (required)
GET /download/insta
Download Instagram content

Query Parameters

url string
Instagram post URL (required)
POST /download/tiktok
Download TikTok videos

Request Body

url string
TikTok video URL (required)

Utilities

GET /tools/fancytext
Convert text to fancy styles

Query Parameters

text string
Text to convert to fancy styles (required)
GET /search/yts
Search YouTube videos

Query Parameters

q string
YouTube search query (required)
GET /search/weather
Get weather information for a city

Query Parameters

city string
City name (required)
GET /search/lyrics
Search for song lyrics

Query Parameters

q string
Song title or lyrics search (required)

Extended AI

POST /ai/chatgpt_3.5_scr1
ChatGPT 3.5 conversation

Request Body

messages array
Array of message objects with role and content
prompt string
System prompt (optional)
POST /ai/cody
Cody AI assistant

Request Body

message string
Message to send to Cody (required)
POST /ai/gpt4o
GPT-4o mini model

Request Body

prompt string
Message prompt (required)
POST /ai/gpt
Multi-model AI assistant (GPT, Claude, Llama, etc.)

Request Body

prompt string
Prompt (can include model prefix like "gpt-4o: your question")

APK Store

GET /aptoide
Search for Android apps on Aptoide

Query Parameters

q string
App search query (required)
limit number
Number of results (optional, default 5)
GET /aptoide/download
Download APK files from Aptoide

Query Parameters

url string
APK download URL (required)