Your API Token

Active
gjw_live_1234567890abcdefghijklmnopqrstuvwxyz

Keep your token secure. Never share it publicly or commit it to version control.

Expiry Date
Jan 15, 2025
Plan
Unlimited

API Usage Statistics

July 2025
Remaining Links Today
Remaining Custom Links
Loading plan information...

Quick Start Guide

Base URL

https://api.gjw.cx/v1/

Authentication

Include your API token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Rate Limits

• 1000 requests per hour
• 10 requests per second
• Unlimited plan: No restrictions

Common Endpoints

POST /shorten
Create a new shortened URL
GET /links
List all your shortened URLs
GET /link/{id}/stats
Get click statistics for a link
DELETE /link/{id}
Delete a shortened URL
View Full API Documentation