> Both run the official gov.uk right to work check. Compare prices, test mode, response format and right to rent cover, side by side.

Web version: https://checksharecode.co.uk/compare/ukrtwchecker · Last updated: 2026-09-27

# Check Share Code and ukrtwchecker.co.uk compared

Short answer

Both APIs run the official gov.uk right to work check. For the same number of checks, Check Share Code costs less: £14 against £19 a month for 100, and £49 against £69 for 500, and extra checks cost half as much. Check Share Code returns flat JSON with ISO dates. ukrtwchecker.co.uk also checks right to rent and immigration share codes, which Check Share Code does not.

Facts about ukrtwchecker.co.uk come from its public website, checked on 27 September 2026. If something here is out of date, tell us at support@checksharecode.co.uk and we will fix it.

## Side by side

Check Share Code compared with ukrtwchecker.co.uk
|  | Check Share Code | ukrtwchecker.co.uk |
| --- | --- | --- |
| Source of the answer | The official gov.uk check | The official gov.uk check |
| Free tier | 10 live checks a month, no card | Starter: 10 checks a month, free |
| 100 checks a month | Pro, £14 a month | Business, £19 a month |
| 500 checks a month | Scale, £49 a month | Agency, £69 a month |
| Extra checks | £0.25 on Pro, £0.10 on Scale | £1 on Starter, £0.50 on Business, £0.20 on Agency |
| Test mode | Sandbox key, with a test share code for each outcome | Test share codes such as TEST\_ACCEPTED |
| Try without signing up | Live demo on the home page | No live demo found |
| Response dates | ISO 8601, like 1990-01-01 | DD/MM/YYYY |
| Response shape | Flat JSON. Errors are HTTP status codes with an error code | An envelope with code and status. Failures such as NOT\_FOUND are an outcome value |
| Conditions | An array, empty when there are none | A string, "N/A" when there are none |
| Photo and gov.uk PDF | In every response | When requested |
| Docs for AI agents | llms.txt, OpenAPI 3.1, a Markdown copy of every page | No llms.txt or OpenAPI file found |
| Right to rent and immigration checks | Not offered | Yes |

## Choose Check Share Code if

-   You only need right to work checks
-   You want the same volume for less: £5 to £20 less a month, and half the rate for extra checks
-   You want errors as HTTP status codes and dates in ISO format
-   Your developers or coding agent will write the integration

## Choose ukrtwchecker.co.uk if

-   You also need right to rent or immigration checks from the same provider
-   You already use it and the response format suits you

## Switching over

Most integrations change these four things.

What changes when switching
| What changes | Before | After |
| --- | --- | --- |
| Reading the result | Check `code` and `status.outcome` in the body | Check the HTTP status, then `outcome` |
| Test share codes | `TEST_ACCEPTED` | `AA1AA1AA1` |
| Dates | `01/01/1990` | `1990-01-01` |
| No conditions | `"N/A"` | `[]` |

## Try it against the sandbox first

A test key and every outcome, before you move a single check.

[Get a free API key](https://checksharecode.co.uk/signup) · [Read the quickstart](https://checksharecode.co.uk/docs/quickstart)
