While writing an assignment at university I noticed that the api was returning some undocumented fields for the /postcodes endpoint:
# the follow fields were found during testing but are undocumented at https://postcodes.io/docs
"date_of_introduction", "pfa", "codes.pfa",
"codes.parliamentary_constituency", "codes.ccg_id", "codes.ced"
These fields can be seen here by calling GET api.postcodes.io/postcodes/RG304HY:
Please note that I do not know the meaning of these fields, nor do I need to know what they are, just bringing to your attention that the documentation is out of date.
I believe ccg_id is documented but as ccg_code rather than with the actual name. Came to raise that exact issue but feel like it fits within this existing issue neatly.
While writing an assignment at university I noticed that the api was returning some undocumented fields for the
/postcodes
endpoint:These fields can be seen here by calling
GET api.postcodes.io/postcodes/RG304HY
:Please note that I do not know the meaning of these fields, nor do I need to know what they are, just bringing to your attention that the documentation is out of date.
Kind Regards