You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Kind Regards
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: