Federal Firearms License API

Access comprehensive FFL data for e-commerce platforms, compliance tools, and developer applications. Fast, reliable, and always up-to-date.

80,000+ FFLs

Comprehensive database of Federal Firearms License holders across the United States

Geocoded Data

99.99% geocoding accuracy for proximity searches and location-based queries

Simple API

RESTful API with powerful search capabilities and comprehensive documentation

GET /api/v1/ffls/search/proximitySearch by ZIP code
GET /api/v1/ffls/search/coordinatesSearch by lat/lng
GET /api/v1/ffls/search/nameSearch by business name
GET /api/v1/ffls/search/locationSearch by city/state
GET /api/v1/ffls/search/licenseSearch by FFL number

Quick Example

curl -X GET 'https://api.cloudffl.com/api/v1/ffls/search/proximity?zip=78701' \
  -H 'x-api-key: YOUR_API_KEY'

All requests require an API key. Sign up to get your free API key and start building.