v1

latestOpenAPI 3.0.3MIT2026-07-23243157.4 KB
Applications

Returns all existing applications

Returns all existing applications (Projects)

get/api/v1/applications

Query parameters

pageinteger

Page number

sizeinteger

Page size for results

sort'+ProjectName' | '-ProjectName' | 'ProjectName' | '+PromoterName' | '-PromoterName' | 'PromoterName' | '+DateOfDCOSubmission' | '-DateOfDCOSubmission' | 'DateOfDCOSubmission' | '+ConfirmedDateOfDecision' | '-ConfirmedDateOfDecision' | 'ConfirmedDateOfDecision' | '+Stage' | '-Stage' | 'Stage'
stagestring[]
regionstring[]
sectorstring[]
searchTermstring

Searches for project name and promoter name

excludeNullDateOfSubmissionboolean

Exclude applications (Projects) with a null DateOfDCOSubmission value

Response

Returns all applications

totalItemsnumber

Count of items with provided filters applied

itemsPerPagenumber
totalPagesnumber
currentPagenumber
totalItemsWithoutFiltersnumber

Count of items with no filters applied

Example response

{
  "applications": [
    {
      "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
    }
  ],
  "filters": [
    {
      "name": "stage",
      "label": "Pre-application",
      "count": 5
    }
  ],
  "totalItems": 1,
  "itemsPerPage": 1,
  "totalPages": 1,
  "currentPage": 1,
  "totalItemsWithoutFilters": 10
}