---
title: "GET /v0/applications/{application_request_id}/information"
method: GET
path: "/v0/applications/{application_request_id}/information"
tags: ["Application information API"]
---

# GET /v0/applications/{application_request_id}/information

`GET /v0/applications/{application_request_id}/information`

Application information API - Get the information about an application

## Path parameters

- `application_request_id` string, required

## Response `200`

Request status received

- StatusDataResponse — Data wrapper for the status response
  - `data` StatusResponse — The response object for the application status endpoint
    - `errors` ProblemDetails[] — A list of errors that caused the application to not be accepted
      - `type` string, required — The type of error received
      - `detail` string, required — A longer description about the type of error received
      - `pointer` string — A JSON pointer to the location in the JSON payload that caused the error (optional)
    - `hmlr_reference` string — The reference used by HM Land Registry to identify the application
    - `priority_timestamp` string, date-time — The priority date and time of when the application was accepted onto the day list
    - `application_request_id` string — The ID of the application submission request
    - `status` 'VALIDATING' | 'SYSTEM_ERROR' | 'VALIDATION_FAILED' | 'ACCEPTED_AWAITING_PRIORITY' | 'ACCEPTED_PRIORITY_PROTECTED' — * `VALIDATING` - The application is currently being processed. * `SYSTEM_ERROR` - There was an error creating the application, please retry the submission. * `VALIDATION_FAILED` - We have not accepted the application due to validation errors * `ACCEPTED_AWAITING_PRIORITY` - The application has passed validation, and will be accepted onto the day list when it reopens * `ACCEPTED_PRIORITY_PROTECTED` - The application has been accepted onto the day list
    - `calculated_fees` object — An object containing information about fees taken for the accepted application
      - `total_fee` integer — Total fee in pence
      - `per_transaction` TransactionFee[] — Breakdown of fees per transaction
        - `transaction_reference` string — Unique identifier for transactions, used to reference transactions from elsewhere in the spec
        - `fee` integer — Fee in pence
    - `warnings` string[] — Warnings that need to be actioned before the application is processed by a caseworker, otherwise a requisition may be issued.

## Other responses

- `400` — Bad Request
- `401` — Unauthorised - an access token is required
- `404` — Application creation request not found in the system
- `500` — Internal Server Error

---

[API](https://skmtc.net/hm-land-registry/apis/v0-3-submit-an-application-to-change-the-land-register-api-s.md) · [All operations](https://skmtc.net/hm-land-registry/apis/v0-3-submit-an-application-to-change-the-land-register-api-s/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-land-registry/v0-3-submit-an-application-to-change-the-land-register-api-s/revisions/66ddff5586eb/schema)
