# Right To Work Checker > Free API to verify UK right-to-work share codes against the official gov.uk online checking service. Returns structured JSON including outcome (ACCEPTED or REJECTED), applicant name, photo, conditions, dates, gov.uk audit reference, and the gov.uk-rendered PDF. Drives a real browser session against `gov.uk/view-right-to-work` with the supplied share code, applicant date of birth, and employer company name. Stateless — no check results are persisted server-side. Free, no signup, no rate-card. ## API - [POST /api/check](/openapi.json): Submit share code, DOB, and company name. Returns JSON. - [OpenAPI 3.1 spec](/openapi.json): Full machine-readable contract. - [llms-full.txt](/llms-full.txt): One-shot context blob with full FAQ, error codes, and example responses.