Callook.info API
Overview
Callook.info is a free API that lets you look up United States amateur (ham) radio callsigns. No API key is required, making it very easy to get started. It returns structured data about the licensee including their name, location, and license class.
Beginner Tip
Simply append a callsign to the base URL (e.g., /W1AW) to retrieve license details. Add /data.json to the path to get a clean JSON response.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from Callook.info",
"description": "United States ham radio callsigns",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
status License status, typically VALID or INVALID. type Type of license, such as PERSON or CLUB. name Object containing first and last name of the licensee. address Mailing address associated with the license. location Latitude and longitude of the licensee location. otherInfo Additional details including license class, grant date, and expiry date. Implementation Example
const url = "https://callook.info/";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →18F
18F provides programmatic access to unofficial us federal government api development via REST API.
API Setu
API Setu is an Indian Government platform that aggregates a wide variety of official APIs covering KYC verification, business registration, education records, and employment data.
Archive.org
⭐ Beginner's PickThe Internet Archive API gives you programmatic access to the Wayback Machine and one of the world's largest digital libraries, containing archived websites, books, audio, video, and software.
BotsArchive
⭐ Beginner's PickBotsArchive provides a public database of Telegram bots with details returned in JSON format.
CollegeScoreCard.ed.gov
⭐ Beginner's PickThe College Scorecard API provides detailed data on U.S.