Fast, reliable access to official UK Standard Industrial Classification (SIC) Codes.
The SIC Code Lookup API returns simple, predictable JSON and is designed for lookup, validation, enrichment, and reporting use cases.
The API provides two core capabilities:
Get SIC Description by Code Retrieve the official SIC Description for a given SIC Code.
Search SIC Codes by Description Retrieve SIC Codes whose Descriptions contain a given keyword.
Interactive API documentation (Postman): https://documenter.getpostman.com/view/6869909/2sBXc8oPEn
All requests are made through the RapidAPI gateway.
Retrieve the official SIC Description for a given SIC Code.
Request: GET /SICCodeAPI/code
Query Parameters:
Example: /SICCodeAPI/code?code=0111
Response (200): { “0111”: “Grow cereals & other crops” }
Retrieve SIC Codes whose Descriptions contain a given keyword.
Request: GET /SICCodeAPI/description
Query Parameters:
Example: /SICCodeAPI/description?description=fishing
Response (200): { “0501”: “Fishing”, “03110”: “Marine fishing”, “03120”: “Freshwater fishing” }
All successful responses return a JSON object where:
Example
{
“
If no matching SIC Code or Description is found, the API may return an empty JSON object or an error response depending on the request.
For higher-volume usage and pricing enquiries: enquiries@spatialdays.com