Suburb - Schools
Public-school catchment polygons
GET
/v1/suburbs/{suburb_name}/schools/catchment200¢ per callPublic-school catchment polygons covering the suburb.
Price: 200¢ per call.
Authorization
Request
The only values you send. Fields under Responses below are what comes back — you never pass those.
Path parameters
suburb_namestringrequiredQuery parameters
None — this endpoint accepts no query parameters. Call the path above with your bearer token and nothing else.
Responses
Successful Response
application/json
list[CatchmentRow]fields returned to you
Array of:
area_namestringalways returnedSuburb (SAL) name.
area_levelstringalways returnedAlways 'suburb'.
idnumbermay be nullSchool identifier.
namestringmay be nullSchool name.
school_level_typestringmay be nullPrimary / Secondary / Combined.
school_sector_typestringmay be nullPublic / Private / Non-Government.
naplan_ranknumbermay be nullNAPLAN rank percentile (0–1).
socioeconomic_ranknumbermay be nullSocio-economic rank percentile (0–1).
attendance_ratenumbermay be nullAttendance rate (0–1).
genderstringmay be nullcoed / girls / boys.
boysnumbermay be nullNumber of male students.
girlsnumbermay be nullNumber of female students.
catchment_namestringmay be nullCatchment name as listed by myschool.
catchment_geometryobjectmay be nullRFC 7946 GeoJSON Polygon — list of linear rings, each ring a list of `[lon, lat]` pairs. First ring is the outer boundary; any additional rings are inner holes.
school_geometryobjectmay be nullRFC 7946 GeoJSON Point — `[longitude, latitude]` coordinates.
GET
/v1/suburbs/{suburb_name}/schools/catchmentcURL
curl --request GET \
--url 'https://api.microburbs.com.au/v1/suburbs/Belmont%20North/schools/catchment' \
--header 'Authorization: Bearer test'Example Responses
{
"data": [
{
"area_name": "Belmont North",
"area_level": "suburb",
"catchment_name": "Floraville PS",
"school_name": "Floraville Public School",
"school_level_type": "Primary",
"id": 42041,
"naplan_rank": 0.5496460540954865,
"socioeconomic_rank": 0.6239973262032086,
"attendance_rate": 0.91,
"gender": "coed",
"boys": 243,
"girls": 244,
"school_sector_type": "Public",
"catchment_geometry": {
"type": "Polygon",
"coordinates": [
[
[
151.67042923383778,
-32.98757124507687
],
[
151.6719715769448,
-32.98939046673288
],
[
151.6734693055526,
-32.98850017540185
],
[
151.67441597542228,
-32.98925716230058
],
[
151.6744512196374,
-32.98927469682288
],
[
151.67465982077098,
-32.98937504027857
],
[
151.67456301029637,
-32.99020963121243
],
[
151.67473675768315,
-32.99039272031774
],
[
151.67477042663782,
-32.99055253001001
],
[
151.6752381499246,
-32.99061568100905
],
[
151.67477149401967,
-32.992997786654314
],
[
151.67439920214838,
-32.99497548331405
],
[
151.67407132572123,
-32.99652321268549
],
[
151.67394980151346,
-32.997125806710365
],
[
151.67282022422222,
-33.00274227884929
],
[
151.6752319292274,
-33.00311151356208
],
[
151.6750705323278,
-33.003870242584746
],
[
151.67573446688428,
-33.00404110589344
],
[
151.67625048774548,
-33.00439039595885
],
[
151.6759383981911,
-33.00503540782948
],
[
151.6746769955881,
-33.00596924025073
],
[
151.6748911985307,
-33.00620821013698
],
[
151.6747530731491,
-33.00668217190128
],
[
151.676919389056,
-33.00703611467451
],
[
151.6771988585327,
-33.007271679446276
],
[
151.6764263160743,
-33.00792537694869
],
[
151.67812520527949,
-33.00981672272549
],
[
151.67786620867338,
-33.00998163417776
],
[
151.67861744546815,
-33.01081732693649
],
[
151.67831012273538,
-33.01129025369889
],
[
151.67731432884437,
-33.011417925153836
],
[
151.67431561890302,
-33.011246985022915
],
[
151.67266874272775,
-33.0105812186979
],
[
151.67186407972366,
-33.010536234740904
],
[
151.67118279884238,
-33.01083762985143
],
[
151.67090921372315,
-33.01117051236736
],
[
151.66928379450079,
-33.0142158838105
],
[
151.66921942258733,
-33.01492210652206
],
[
151.66934816807384,
-33.01665390304882
],
[
151.6691496842568,
-33.017985339625525
],
[
151.66889219209077,
-33.01872751667515
],
[
151.6676369187551,
-33.020729114991084
],
[
151.6655340670236,
-33.02207848082798
],
[
151.66467039485065,
-33.022730667493256
],
[
151.66372089338344,
-33.02356725794402
],
[
151.66242250856106,
-33.02519173760811
],
[
151.66207650463218,
-33.02572696146896
],
[
151.66178682507282,
-33.02650055675307
],
[
151.6580800122216,
-33.02564375441335
],
[
151.65740677727928,
-33.025200732900274
],
[
151.65684198328444,
-33.02431920537466
],
[
151.6569632660455,
-33.02363646420419
],
[
151.65749543107924,
-33.0236678384512
],
[
151.6576079435377,
-33.02375921044012
],
[
151.6586379111286,
-33.0238064366852
],
[
151.65906304204347,
-33.02367150449803
],
[
151.65884679490594,
-33.023361682351
],
[
151.6586583547871,
-33.02333407345239
],
[
151.65895230987672,
-33.02194751597505
],
[
151.6573067295955,
-33.021704493058735
],
[
151.65745935139793,
-33.02087493119285
],
[
151.65602365275706,
-33.02066874091056
],
[
151.65678289296378,
-33.01994614582118
],
[
151.65683772642348,
-33.01904667332856
],
[
151.65688892827654,
-33.01874884516128
],
[
151.657031321224,
-33.01796422820988
],
[
151.65796886289624,
-33.01807892201384
],
[
151.65926475921665,
-33.011586418571845
],
[
151.6597488500325,
-33.009126775423375
],
[
151.6598963522423,
-33.00835993259205
],
[
151.6600968492776,
-33.007358584606926
],
[
151.66014624053628,
-33.00709014004396
],
[
151.66086943745162,
-33.00345520236493
],
[
151.66140686339432,
-32.998379096754526
],
[
151.6616612968984,
-32.997115113283705
],
[
151.66217201963147,
-32.99458968190984
],
[
151.66244155783718,
-32.993256254731975
],
[
151.66341489287473,
-32.9933891460552
],
[
151.663967262672,
-32.990906382973904
],
[
151.66499792271642,
-32.991068416279454
],
[
151.66681000964647,
-32.99135342631569
],
[
151.66828551672774,
-32.99158521597014
],
[
151.67001655087813,
-32.991857299708236
],
[
151.67017364918036,
-32.991754061097744
],
[
151.670366767743,
-32.990262497477644
],
[
151.6706752211715,
-32.989288356528185
],
[
151.67021388159623,
-32.98815671796097
],
[
151.67042923383778,
-32.98757124507687
]
]
]
},
"school_geometry": {
"type": "Point",
"coordinates": [
151.663835,
-33.014211
]
}
},
{
"area_name": "Belmont North",
"area_level": "suburb",
"catchment_name": "Jewells Primary School",
"school_name": "Jewells Primary School",
"school_level_type": "Primary",
"id": 42049,
"naplan_rank": 0.694617118701754,
"socioeconomic_rank": 0.534059962368786,
"attendance_rate": 0.89,
"gender": "coed",
"boys": 165,
"girls": 137,
"school_sector_type": "Public",
"catchment_geometry": {
"type": "Polygon",
"coordinates": [
[
[
151.68995399423906,
-33.00215969303475
],
[
151.69446060629065,
-33.00604526286341
],
[
151.69740573141755,
-33.00649327376626
],
[
151.69732746695814,
-33.00680179642131
],
[
151.69682046398094,
-33.0082181046978
],
[
151.69641736347845,
-33.00815651334041
],
[
151.695309862758,
-33.010442040851665
],
[
151.6943659829279,
-33.012389914220364
],
[
151.6927829260224,
-33.01464178258473
],
[
151.6916809752647,
-33.01620927799575
],
[
151.6911209229809,
-33.017005943062486
],
[
151.69091959007835,
-33.0179653369942
],
[
151.69002104966174,
-33.01903811922516
],
[
151.68941621145532,
-33.01969145231355
],
[
151.68992046611496,
-33.02083393032206
],
[
151.69228617515236,
-33.02086091758735
],
[
151.69693176166095,
-33.020815939337005
],
[
151.69776861089292,
-33.020543813960536
],
[
151.69793612142695,
-33.02037262459441
],
[
151.7027031474856,
-33.02108739505039
],
[
151.70560561216837,
-33.01897120504717
],
[
151.70776254277098,
-33.021033243998446
],
[
151.69648793575402,
-33.028450999700574
],
[
151.68208897908914,
-33.02623046945808
],
[
151.68120100651464,
-33.02609052434945
],
[
151.67701454251232,
-33.02545127480066
],
[
151.67707927872007,
-33.02540822982835
],
[
151.6760393502072,
-33.02401042315079
],
[
151.67749423070404,
-33.02365820221546
],
[
151.6783768784685,
-33.02345841159401
],
[
151.67856983698223,
-33.02326765887405
],
[
151.6788240279343,
-33.02306619296175
],
[
151.67798321549148,
-33.02246947902432
],
[
151.6782984969179,
-33.022154188969566
],
[
151.6782611492619,
-33.021932084816896
],
[
151.67901135797783,
-33.02077439983145
],
[
151.67932991096842,
-33.01921109072664
],
[
151.67716164950522,
-33.018963281048926
],
[
151.6771450844669,
-33.01884275226429
],
[
151.67697428362004,
-33.01892667227838
],
[
151.67692551112137,
-33.01865457068246
],
[
151.67721277967124,
-33.018555555397384
],
[
151.67732843334713,
-33.01836228164679
],
[
151.67735442033228,
-33.01833317615751
],
[
151.67747697467593,
-33.01822456026954
],
[
151.67745570363323,
-33.01790951164041
],
[
151.67953385050984,
-33.01821008256392
],
[
151.67971243864702,
-33.01733396976445
],
[
151.67914609539707,
-33.017013435807264
],
[
151.67889106106392,
-33.01690080427214
],
[
151.6787535804908,
-33.017051175259176
],
[
151.67827037684344,
-33.01685896045837
],
[
151.67836010697107,
-33.01661825864205
],
[
151.67803772608983,
-33.01653603340694
],
[
151.67783514049898,
-33.01650701580599
],
[
151.6777865104575,
-33.01673876206546
],
[
151.67761772765226,
-33.01671438004168
],
[
151.67763176502064,
-33.01664450579804
],
[
151.67749636416636,
-33.01642865325125
],
[
151.67762958704284,
-33.01602408183863
],
[
151.6776107205111,
-33.015843767144396
],
[
151.6759718905091,
-33.01416705757012
],
[
151.6758324151509,
-33.01240147389187
],
[
151.67623474756496,
-33.011942641159045
],
[
151.6780586484916,
-33.011677237457384
],
[
151.67861744546815,
-33.01081732693649
],
[
151.67786620867338,
-33.00998163417776
],
[
151.67812520527949,
-33.00981672272549
],
[
151.6764263160743,
-33.00792537694869
],
[
151.6771988585327,
-33.007271679446276
],
[
151.676919389056,
-33.00703611467451
],
[
151.6747530731491,
-33.00668217190128
],
[
151.6748911985307,
-33.00620821013698
],
[
151.6746769955881,
-33.00596924025073
],
[
151.6759383981911,
-33.00503540782948
],
[
151.67625048774548,
-33.00439039595885
],
[
151.67573446688428,
-33.00404110589344
],
[
151.6750705323278,
-33.003870242584746
],
[
151.6752319292274,
-33.00311151356208
],
[
151.67649215689204,
-33.00330949217266
],
[
151.68524790329525,
-33.00464599505163
],
[
151.6854962152047,
-33.0046821393377
],
[
151.68615872135155,
-33.001730915866034
],
[
151.6857912062257,
-33.000216160108415
],
[
151.68644566533084,
-33.0001171828214
],
[
151.68913592066667,
-33.00038037220444
],
[
151.68940414178746,
-33.001070959379426
],
[
151.68977160412643,
-33.00132289859019
],
[
151.68962676548327,
-33.00208321195145
],
[
151.68995399423906,
-33.00215969303475
]
]
]
},
"school_geometry": {
"type": "Point",
"coordinates": [
151.687419,
-33.015157
]
}
},
{
"area_name": "Belmont North",
"area_level": "suburb",
"catchment_name": "Belmont NPS",
"school_name": "Belmont North Public School",
"school_level_type": "Primary",
"id": 42002,
"naplan_rank": 0.6282832390938133,
"socioeconomic_rank": 0.17342543077837194,
"attendance_rate": 0.89,
"gender": "coed",
"boys": 90,
"girls": 82,
"school_sector_type": "Public",
"catchment_geometry": {
"type": "Polygon",
"coordinates": [
[
[
151.67431561890302,
-33.011246985022915
],
[
151.67731432884437,
-33.011417925153836
],
[
151.67831012273538,
-33.01129025369889
],
[
151.6780586484916,
-33.011677237457384
],
[
151.67623474756496,
-33.011942641159045
],
[
151.6758324151509,
-33.01240147389187
],
[
151.6759718905091,
-33.01416705757012
],
[
151.6776107205111,
-33.015843767144396
],
[
151.67762958704284,
-33.01602408183863
],
[
151.67749636416636,
-33.01642865325125
],
[
151.67763176502064,
-33.01664450579804
],
[
151.67761772765226,
-33.01671438004168
],
[
151.6777865104575,
-33.01673876206546
],
[
151.67783514049898,
-33.01650701580599
],
[
151.67803772608983,
-33.01653603340694
],
[
151.67836010697107,
-33.01661825864205
],
[
151.67827037684344,
-33.01685896045837
],
[
151.6787535804908,
-33.017051175259176
],
[
151.67889106106392,
-33.01690080427214
],
[
151.67914609539707,
-33.017013435807264
],
[
151.67971243864702,
-33.01733396976445
],
[
151.67953385050984,
-33.01821008256392
],
[
151.67745570363323,
-33.01790951164041
],
[
151.67747697467593,
-33.01822456026954
],
[
151.67735442033228,
-33.01833317615751
],
[
151.67732843334713,
-33.01836228164679
],
[
151.67721277967124,
-33.018555555397384
],
[
151.67692551112137,
-33.01865457068246
],
[
151.67697428362004,
-33.01892667227838
],
[
151.6771450844669,
-33.01884275226429
],
[
151.67716164950522,
-33.018963281048926
],
[
151.67932991096842,
-33.01921109072664
],
[
151.67901135797783,
-33.02077439983145
],
[
151.6782611492619,
-33.021932084816896
],
[
151.6782984969179,
-33.022154188969566
],
[
151.67798321549148,
-33.02246947902432
],
[
151.6788240279343,
-33.02306619296175
],
[
151.67856983698223,
-33.02326765887405
],
[
151.6783768784685,
-33.02345841159401
],
[
151.67749423070404,
-33.02365820221546
],
[
151.6760393502072,
-33.02401042315079
],
[
151.67707927872007,
-33.02540822982835
],
[
151.67701454251232,
-33.02545127480066
],
[
151.67398969107998,
-33.02724273558397
],
[
151.67135440720625,
-33.02685939073311
],
[
151.66956540303943,
-33.0250468572003
],
[
151.66901817892628,
-33.02424842608735
],
[
151.66743349951128,
-33.0240027136954
],
[
151.66706802010899,
-33.025803326584565
],
[
151.66262349884812,
-33.02518840725265
],
[
151.66242250856106,
-33.02519173760811
],
[
151.66372089338344,
-33.02356725794402
],
[
151.66467039485065,
-33.022730667493256
],
[
151.6655340670236,
-33.02207848082798
],
[
151.6676369187551,
-33.020729114991084
],
[
151.66889219209077,
-33.01872751667515
],
[
151.6691496842568,
-33.017985339625525
],
[
151.66934816807384,
-33.01665390304882
],
[
151.66921942258733,
-33.01492210652206
],
[
151.66928379450079,
-33.0142158838105
],
[
151.67090921372315,
-33.01117051236736
],
[
151.67118279884238,
-33.01083762985143
],
[
151.67186407972366,
-33.010536234740904
],
[
151.67266874272775,
-33.0105812186979
],
[
151.67431561890302,
-33.011246985022915
]
]
]
},
"school_geometry": {
"type": "Point",
"coordinates": [
151.671163,
-33.01987
]
}
}
]
}Successful Response200
application/json
