OSDB  OSDB Service Actions

Actions for Service: postcodes.io

Action IDDescription
postcode_lookup_actionLookup a postcode
Action options:

-p, --postcode <postcode>
	A UK postcode (case, space insensitive)
	Required: yes
-u, --url_only [url_only]
	Return only the action URL, not the action results
	Required: no
-r, --response_format [response_format]
	Sets the response media type through an Accept header.
	Required: no
	Permitted values: application/json
-q, --quality_values [quality_values]
	Quality value string. e.g. application/json;q=1.0,text/turtle;q=0.8,*/*;q=0.5. 
	--response_format takes precedence.
	Required: no
reverse_geocode_actionReturn the nearest postcodes for a given longitude and latitude
Action options:

-l, --lat <lat>
	Latitude component of a UK location
	Required: yes
-m, --lon <lon>
	Longitude component of a UK location
	Required: yes
-u, --url_only [url_only]
	Return only the action URL, not the action results
	Required: no
-r, --response_format [response_format]
	Sets the response media type through an Accept header.
	Required: no
	Permitted values: application/json
-q, --quality_values [quality_values]
	Quality value string. e.g. application/json;q=1.0,text/turtle;q=0.8,*/*;q=0.5. 
	--response_format takes precedence.
	Required: no