/shorts.v1alpha1.HousingService/GetCouncilProfileGetCouncilProfile
One council's hub: identity, current facts, time series, member suburbs, hazard/price/crime rollups, representation, price drops and neighbours.
Parameters
Define the version of the Connect protocol
Define the timeout, in ms
Request Body
lga.slug — minted once, never reassigned (proto string)
NSW | VIC | QLD | SA | WA | TAS | NT | ACT (proto string)
Responses
(proto shorts.v1alpha1.CouncilProfile)
Identity + current facts. dominant_share is absent (it is a suburb fact). (proto shorts.v1alpha1.LgaInfo)
when the council facts were loaded, 'YYYY-MM-DD' (proto string)
Federal electorates / state districts over the member suburbs, weighted by the residents each suburb contributes to this council. Largest first. (proto shorts.v1alpha1.CouncilRepresentative)
(proto string)
(proto shorts.v1alpha1.CouncilNeighbour)
Crawl-derived aggregate. Absent below 3 drops council-wide or with no crawl coverage. (proto shorts.v1alpha1.CouncilPriceDrops)
(proto shorts.v1alpha1.CouncilRollup)
(proto shorts.v1alpha1.CouncilSeries)
(proto shorts.v1alpha1.CouncilRepresentative)
Every suburb whose dominant council this is, plus straddling suburbs where this council holds at least 5% of the residents. Population desc. (proto shorts.v1alpha1.CouncilSuburb)
The same row ListCouncils serves, so the hub and the index never disagree. (proto shorts.v1alpha1.CouncilSummary)
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
curl -X POST "https://api.shorted.com.au/shorts.v1alpha1.HousingService/GetCouncilProfile" \
-H "Content-Type: application/json" \
-d '{
"slug": "string",
"stateCode": "string"
}'curl -X POST "https://api.shorted.com.au/shorts.v1alpha1.HousingService/GetCouncilProfile" \
-H "Content-Type: application/json" \
-d '{
"slug": "string",
"stateCode": "string"
}'