Everything Black API
Build powerful applications with access to our comprehensive database of Black-owned businesses
RESTful API
Simple, intuitive REST endpoints for easy integration
Secure Authentication
OAuth 2.0 and API key authentication options
High Performance
Fast response times with 99.9% uptime guarantee
Sample Endpoints
GET
/api/v1/businesses
List all businesses with pagination
GET
/api/v1/businesses/{id}
Get detailed business information
GET
/api/v1/categories
List all business categories
POST
/api/v1/search
Search businesses by query
Getting Started
1
Request API Access
Contact our team to get your API credentials and access documentation
2
Review Documentation
Explore our comprehensive API documentation and code examples
3
Start Building
Integrate our API into your application and help support Black businesses
Quick Example
// Fetch businesses in a category
const response = await fetch('https://api.everythingblack.com/v1/businesses', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
params: {
category: 'restaurants',
location: 'new-york',
limit: 20
}
});
const businesses = await response.json();
console.log(businesses);
Ready to Get Started?
Join developers building the future of Black business discovery