SICCodeAPI-Docs

SIC Code Lookup API

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.


OVERVIEW

The API provides two core capabilities:

  1. Get SIC Description by Code Retrieve the official SIC Description for a given SIC Code.

  2. 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


AUTHENTICATION


BASE URL

All requests are made through the RapidAPI gateway.


ENDPOINTS

1. Get SIC Description by Code

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” }


2. Search SIC Codes by Description

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” }


RESPONSE FORMAT

All successful responses return a JSON object where:

Example { “": "" }


ERRORS

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.


NOTES


PRICING

For higher-volume usage and pricing enquiries: enquiries@spatialdays.com


TYPICAL USE CASES