v1

latestOpenAPI 3.0.3MIT2026-07-23243157.4 KB
Applications

Returns an existing application

Returns an existing application (Project) by id (Case Reference)

get/api/v1/applications/{caseReference}

Path parameters

caseReferencestring required

Case / Project unique identifier

Response

Returns an application

CaseReferencestring
ProjectNamestring
Proposalstring
Summarystring
Stageinteger
PromoterNamestring
PromoterFirstNamestring
PromoterLastNamestring
ApplicantEmailAddressstring
ApplicantPhoneNumberstring
WebAddressstring
ProjectEmailAddressstring
Regionstring
ProjectLocationstring
AnticipatedGridRefEastingnumber
AnticipatedGridRefNorthingnumber
MapZoomLevelnumber
LongLatstring[]
AnticipatedDateOfSubmissionstring
AnticipatedSubmissionDateNonSpecificstring
DateOfDCOSubmissionstring
DateOfDCOAcceptance_NonAcceptancestring
DateOfPreliminaryMeetingstring
ConfirmedStartOfExaminationstring
DateTimeExaminationEndsstring
DateOfRepresentationPeriodOpenstring
DateOfRelevantRepresentationClosestring
DateOfReOpenRelevantRepresentationStartstring
DateOfReOpenRelevantRepresentationClosestring
DateRRepAppearOnWebsitestring
Stage4ExtensiontoExamCloseDatestring
stage5ExtensionToRecommendationDeadlinestring
Stage5ExtensiontoDecisionDeadlinestring
DateOfRecommendationsstring
ConfirmedDateOfDecisionstring
DateProjectWithdrawnstring
sourceSystemstring
dateOfNonAcceptancestring
isMaterialChangeboolean

Example response

{
  "CaseReference": "EN010009",
  "ProjectName": "St James Barton Giant Wind Turbine",
  "Proposal": "EN01 - Generating Stations",
  "Summary": "The Project consists of an Energy Recovery Facility (ERF) converting up to 650,000 tonnes per annum ...",
  "Stage": 3,
  "PromoterName": "Horizon Dev Environment DJW",
  "PromoterFirstName": "Postman",
  "PromoterLastName": "Pat",
  "ApplicantEmailAddress": "person@example.org",
  "ApplicantPhoneNumber": "1234",
  "ProjectEmailAddress": "project@example.org",
  "Region": "Wales",
  "ProjectLocation": "St James Barton, BRISTOL THU 16 JAN",
  "AnticipatedGridRefEasting": 347128,
  "AnticipatedGridRefNorthing": 176491,
  "MapZoomLevel": 7,
  "AnticipatedSubmissionDateNonSpecific": "Long— –dash",
  "DateOfDCOSubmission": "2015-12-10",
  "DateOfRepresentationPeriodOpen": "2017-02-14",
  "DateOfRelevantRepresentationClose": "2018-08-01",
  "DateOfReOpenRelevantRepresentationStart": "2017-08-01",
  "DateOfReOpenRelevantRepresentationClose": "2018-08-01",
  "DateRRepAppearOnWebsite": "2017-08-01",
  "sourceSystem": "HORIZON",
  "isMaterialChange": true
}