Data & Reference APIs: Structured Data for Every Application
Building applications that handle international users, business entities, or test environments requires reliable reference data. Country codes, public holidays, company information, and realistic test data are foundational to global applications. Data APIs provide this information through clean, versioned endpoints.
Why use a data API?
- Access up-to-date country data (capitals, currencies, calling codes, timezones) without maintaining your own database
- Get public holidays for 60+ countries with movable date support — essential for scheduling and compliance
- Look up company information from a domain name for CRM enrichment and lead qualification
- Generate realistic fake data for testing, demos, and development without exposing real user information
Data Tools APIs
4 APIs available in this category. All included in every plan.
How to access reference data with Van Moose
Pick your data source
Country Info for geographic and political data, Holiday API for public holidays, Company Lookup for business intelligence, Fake Data for test fixtures.
Query with standard parameters
Most data APIs accept country codes (ISO 3166), date ranges, or domain names as input. Responses are structured JSON with consistent field naming.
Cache appropriately
Reference data like country info and holidays changes infrequently — cache for 24 hours or longer. Company data can be cached for 1 hour. Fake data should not be cached (each call generates fresh data).
Quick example
curl -X GET \
"https://companylookup.vanmoose.cc" \
-H "Authorization: Bearer vm_live_YOUR_API_KEY"Replace vm_live_YOUR_API_KEY with your actual API key from the dashboard.
Frequently asked questions
What country data is available?+
How accurate are the holiday dates?+
What can the Company Lookup API find?+
What types of fake data can I generate?+
Start building with Data Tools APIs
Get 500 free requests/month. No credit card required. All 4 APIs in this category included.