451 Unavailable For Legal Reasons

The resource is unavailable because of a legal demand.

Status code451
Status textUnavailable For Legal Reasons
Category4xx Client Error
Response has bodyUsually
SpecificationRFC 7725

What does 451 Unavailable For Legal Reasons mean?

The resource is unavailable because of a legal demand. It belongs to the 4xx Client Error class, which means the request contains bad syntax or cannot be fulfilled. Something about the request needs to change.

When do APIs return 451?

Content blocked by a court order, takedown notice, or regional regulation.

How to fix a 451 Unavailable For Legal Reasons

Nothing to fix in your request. The response may include a Link header identifying the entity that issued the demand.

Reproduce a 451 response

The fastest way to understand a status code is to trigger one and read the full response. Open the API tester and send a request to https://httpbin.org/status/451 — you will see the 451 status along with every response header the server sent. Comparing those headers against a working request is often what reveals the cause.

When you are debugging a real endpoint, check the response headers as carefully as the body, and confirm you are using the right HTTP method for the operation.

Related 4xx status codes