Enterprise

API Documentation

Embed AfricaShowAm listings anywhere. Enterprise plan required.

Base URL
https://africashowam.com/api/enterprise
Authentication

Pass your API key in the x-api-key header or as a query parameter.

GET /api/enterprise/listings
x-api-key: asa_your_api_key_here
GET /listings

Returns a list of verified African businesses. Filter by category, country and keyword.

Parameters
categorystringFilter by category e.g. "Food & Catering"
countrystringFilter by country e.g. "United Kingdom"
qstringKeyword search across name and description
limitintegerNumber of results (max 100, default 20)
Example Response
{ "success": true, "count": 3, "businesses": [ { "id": "abc123", "business_name": "Lagos Kitchen", "category": "Food & Catering", "country": "United Kingdom", "city": "London", "description": "Authentic Nigerian cuisine...", "phone": "+44...", "email": "info@...", "website": "https://...", "average_rating": 4.8, "review_count": 12, "verified_phone": true, "verified_documents": false, "founding_member": true } ], "powered_by": "AfricaShowAm API" }
Ready to get started?

Upgrade to Enterprise to get your API key and start embedding listings.

View Enterprise pricing