{"info":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","description":"<html><head></head><body><p><strong>Note:</strong> this documentation does not apply to the latest version of the NearbySchools API, Version 2. See here: <a href=\"https://documenter.getpostman.com/view/27756678/2sA3s7hoDd\">https://documenter.getpostman.com/view/27756678/2sA3s7hoDd</a></p>\n<p><strong>Your one-stop-shop for getting started with the</strong> <a href=\"https://www.greatschools.org/solutions/k12-data-solutions/nearbyschools-api\">NearbySchools API</a>, enabling your website to dynamically display US K-12 school information and quality metrics from the most trusted source for parents.</p>\n<p>With the NearbySchools API, you can:</p>\n<ul>\n<li><p>List schools that are near a set of coordinates or zipcode/city.</p>\n</li>\n<li><p>Get GreatSchools Themed Ratings values for a school.</p>\n</li>\n<li><p>Get demographics metrics for a school.</p>\n</li>\n<li><p>Get GreatSchools Community Ratings &amp; Reviews for a school.</p>\n</li>\n</ul>\n<h3 id=\"try-it-out\">Try it out</h3>\n<p>Click <em>\"Run in Postman\"</em> in the top right to import this collection into your Postman instance and try out the API with your API key. After importing, navigate to the \"<a href=\"https://learning.postman.com/docs/sending-requests/authorization/authorization/\">Authorization</a>\" tab and you can paste your API key, which will be used across the collection.</p>\n<h3 id=\"response-types\">Response types</h3>\n<p>By default, responses will be in the JSON format. If you'd like an XML response, set the <code>Accept</code> request header to <code>application/xml</code>.</p>\n<h3 id=\"pagination\">Pagination</h3>\n<p>For the <code>/nearby-schools</code> and <code>/schools</code> endpoints, you may provide the following query parameters to receive paginated results:</p>\n<ul>\n<li><p><code>limit</code>: maximum number of results that should be returned. Maximum value is <code>50</code>.</p>\n</li>\n<li><p><code>page</code>: zero-indexed page value.</p>\n</li>\n</ul>\n<p>Responses will contain the following properties with pagination metadata:</p>\n<ul>\n<li><p><code>cur_page</code>: the current zero-indexed page value.</p>\n</li>\n<li><p><code>items_per_page</code>: the current <code>limit</code> value that determines how many items (schools) are returned per page.</p>\n</li>\n<li><p><code>max_page_num</code>: the last page value for which items (schools) will be returned.</p>\n</li>\n<li><p><code>total_count</code>: the total number of items (schools) available for the query.</p>\n</li>\n<li><p><code>links</code>: object containing relevant endpoints and query parameters for paginated results.</p>\n<ul>\n<li><p><code>self</code>: current page.</p>\n</li>\n<li><p><code>prev</code>: previous page (empty string when not applicable).</p>\n</li>\n<li><p><code>next</code>: next page (empty string when not applicable).</p>\n</li>\n<li><p><code>first</code>: first page, where <code>page</code> query parameter is <code>0</code>.</p>\n</li>\n<li><p><code>last</code>: last page, where <code>page</code> query parameter is <code>max_page_num</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"error-responses\">Error responses</h3>\n<p>You may receive a <code>429 Too Many Requests</code> error response if:</p>\n<ul>\n<li><p>Your requests exceed the request and burst limits</p>\n</li>\n<li><p>You attempt to access an endpoint that is not included in your <a href=\"https://www.greatschools.org/api\">plan</a></p>\n</li>\n</ul>\n<h3 id=\"questions\">Questions?</h3>\n<p><a href=\"https://www.greatschools.org/gk/api-developer-resources/\">Check out our FAQs</a> or contact us (<a href=\"https://mailto:api-support@greatschools.org\">api-support@greatschools.org</a>) for any support you need to get started or resolve an issue.</p>\n<p><a href=\"https://www.greatschools.org/gk/api-terms-of-service/\"><b>Terms of Service</b></a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13485071","collectionId":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","publishedId":"2s93sgXWUY","public":true,"customColor":{"top-bar":"FAFAFA","right-sidebar":"303030","highlight":"1A9DD1"},"publishDate":"2024-09-09T21:19:44.000Z"},"item":[{"name":"Schools","item":[{"name":"List nearby schools","event":[{"listen":"test","script":{"id":"0f5bccee-65e9-40fc-8b84-c429ce2e052d","exec":[""],"type":"text/javascript"}}],"id":"ea172e5b-8467-4c95-b5e9-83288ee94e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"},{"key":"Content","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"}],"url":"https://gs-api.greatschools.org/nearby-schools","description":"<p>Returns a list of K-12 schools nearest to the given coordinates. Includes directory &amp; GreatSchools Rating data.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}},"urlObject":{"protocol":"https","path":["nearby-schools"],"host":["gs-api","greatschools","org"],"query":[{"disabled":true,"description":{"content":"<p>latitude (required)</p>\n","type":"text/plain"},"key":"lat","value":"<string>"},{"disabled":true,"description":{"content":"<p>longitude (required)</p>\n","type":"text/plain"},"key":"lon","value":"<string>"},{"disabled":true,"description":{"content":"<p>Type of school you wish to appear in the list. Valid values: public, charter, private.\nThe default is all.\nYou can combine queries using the following format\n(the parenthesis need to be included):\n(public or charter)</p>\n","type":"text/plain"},"key":"school_type","value":"<string>"},{"disabled":true,"description":{"content":"<p>Level of school you wish to appear in the list.\ne - elementary\nm - middle\nh - high</p>\n","type":"text/plain"},"key":"level_codes","value":"<string>"},{"disabled":true,"description":{"content":"<p>Miles radius to confine search to. Default 5. Max 50.</p>\n","type":"text/plain"},"key":"distance","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Maximum number of schools to return. Default 50. Max 50.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Zero indexed. Use in combination with limit. Default 0.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"e1531f03-a6e7-4935-9efd-8a6e69b8fca5","name":"50 schools within 5 miles of coordinates (JSON)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"application/json or application/xml","type":"text"},{"key":"Content","value":"application/json","description":"application/json or application/xml","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","description":"This is the API key you were issued when you signed up.","type":"text"}],"url":{"raw":"https://gs-api.greatschools.org/nearby-schools?lat=37.7940627&lon=-122.2680029&limit=50&distance=5","protocol":"https","host":["gs-api","greatschools","org"],"path":["nearby-schools"],"query":[{"key":"lat","value":"37.7940627"},{"key":"lon","value":"-122.2680029"},{"key":"limit","value":"50"},{"key":"distance","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 9 Jun 2023 09:00:00 EDT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68636"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7e941ec3-b254-482a-88f8-4fe353ca92f9"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"GZ2r1FbNIAMFlmA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648704b1-70ec2d89383b78f6297eb951"}],"cookie":[],"responseTime":null,"body":"{\n    \"schools\": [\n        {\n            \"universal-id\": \"0620920\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Laney's Children Center\",\n            \"school-summary\": \"Laney's Children Center, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"900 Fallon Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 464-3575\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.794926,\n            \"lon\": -122.2631,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/20920-Laneys-Children-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.27425225247617036\n        },\n        {\n            \"universal-id\": \"0625123\",\n            \"nces-id\": \"062805012506\",\n            \"state-id\": \"01612590119859\",\n            \"name\": \"Gateway To College at Laney College School\",\n            \"school-summary\": \"Gateway To College at Laney College School, a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"900 Fallon Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 464-3592\",\n            \"fax\": \"(510) 464-3231\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.794525,\n            \"lon\": -122.261162,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://www.elaney.org/wp/gateway\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/25123-Gateway-To-College-At-Laney-College-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.37486756682863787\n        },\n        {\n            \"universal-id\": \"0600230\",\n            \"nces-id\": \"062805004289\",\n            \"state-id\": \"01612596002018\",\n            \"name\": \"Lincoln Elementary School\",\n            \"school-summary\": \"Lincoln Elementary School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 8 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"225 11th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 874-3372\",\n            \"fax\": \"(510) 872-3375\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.799725,\n            \"lon\": -122.267029,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"https://lincolnschooloakland.org/\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/230-Lincoln-Elementary-School/\",\n            \"rating\": \"8\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.3948241515155281\n        },\n        {\n            \"universal-id\": \"0600185\",\n            \"nces-id\": \"060147905673\",\n            \"state-id\": \"01612596113807\",\n            \"name\": \"AIMS College Prep Middle\",\n            \"school-summary\": \"AIMS College Prep Middle, a charter school located in Oakland, CA, serves grades 6-8 in the American Indian Public Charter District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"171 12th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 893-8701\",\n            \"fax\": \"(510) 893-8701\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.800083,\n            \"lon\": -122.26561,\n            \"district-name\": \"American Indian Public Charter District\",\n            \"district-id\": 1864,\n            \"web-site\": \"http://www.aimschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/185-American-Indian-Public-Charter-School/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.4359955261162961\n        },\n        {\n            \"universal-id\": \"0617493\",\n            \"nces-id\": \"060188012013\",\n            \"state-id\": \"01612590114363\",\n            \"name\": \"American Indian Public Charter School Ii\",\n            \"school-summary\": \"American Indian Public Charter School Ii, a charter school located in Oakland, CA, serves grades K-8 in the American Indian Public Charter II District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"171 12th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 893-8701\",\n            \"fax\": \"(510) 482-6002\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.800083,\n            \"lon\": -122.26561,\n            \"district-name\": \"American Indian Public Charter II District\",\n            \"district-id\": 1865,\n            \"web-site\": \"http://www.aimschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/17493-American-Indian-Public-Charter-School-Ii/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.4359955261162961\n        },\n        {\n            \"universal-id\": \"0624020\",\n            \"nces-id\": null,\n            \"state-id\": \"43696906133722\",\n            \"name\": \"Lamb-O Academy\",\n            \"school-summary\": \"Lamb-O Academy, a private school located in Oakland, CA, serves grades 4-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"4,5,6,7,8,9,10,11,12\",\n            \"street\": \"416 8th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6085,\n            \"zip\": \"94607\",\n            \"phone\": \"(415) 754-3889\",\n            \"fax\": \"(408) 825-8131\",\n            \"county\": \"Santa Clara\",\n            \"lat\": 37.800022,\n            \"lon\": -122.273216,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/24020-Lamb-O-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.5005459380864204\n        },\n        {\n            \"universal-id\": \"0633064\",\n            \"nces-id\": \"A1700319\",\n            \"state-id\": null,\n            \"name\": \"Lambo Academy International\",\n            \"school-summary\": \"Lambo Academy International, a private school located in Oakland, CA, serves grades 8-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"m,h\",\n            \"level\": \"8,9,10,11,12\",\n            \"street\": \"388 Ninth Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(415) 754-3889\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.800144,\n            \"lon\": -122.273216,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/33064-Lambo-Academy-International/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.5075023922850361\n        },\n        {\n            \"universal-id\": \"0612550\",\n            \"nces-id\": \"062805011350\",\n            \"state-id\": \"01612590100701\",\n            \"name\": \"Metwest High School\",\n            \"school-summary\": \"Metwest High School, a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"314 East 10th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 451-5902\",\n            \"fax\": \"(510) 451-5903\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.795338,\n            \"lon\": -122.257858,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://www.metwest.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/12550-Metwest-High-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.5608595821889719\n        },\n        {\n            \"universal-id\": \"0600200\",\n            \"nces-id\": \"062805004255\",\n            \"state-id\": \"01612590132688\",\n            \"name\": \"Dewey Academy\",\n            \"school-summary\": \"Dewey Academy, a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"1111 2nd Avenue\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 874-3660\",\n            \"fax\": \"(510) 874-3661\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.796844,\n            \"lon\": -122.258163,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/200-Dewey-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.5705712279568022\n        },\n        {\n            \"universal-id\": \"0620860\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Starlite Child Development Center\",\n            \"school-summary\": \"Starlite Child Development Center, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"246 14th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": \"(510) 238-8809\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.802567,\n            \"lon\": -122.265999,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/20860-Starlite-Child-Development-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.5976900282103222\n        },\n        {\n            \"universal-id\": \"0600224\",\n            \"nces-id\": \"062805004284\",\n            \"state-id\": \"01612596096523\",\n            \"name\": \"La Escuelita Elementary School\",\n            \"school-summary\": \"La Escuelita Elementary School, a public school located in Oakland, CA, serves grades K-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"1100 3rd Avenue\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 874-7762\",\n            \"fax\": \"(510) 874-7764\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.795559,\n            \"lon\": -122.257019,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://laescuelita.ousd.k12.ca.us\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/224-La-Escuelita-Elementary-School/\",\n            \"rating\": \"3\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.6085494426286552\n        },\n        {\n            \"universal-id\": \"0618522\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Creative Learning Center\",\n            \"school-summary\": \"Creative Learning Center, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"418 Jefferson Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(559) 323-3905\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.799129,\n            \"lon\": -122.278595,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/18522-Creative-Learning-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.6759920215740615\n        },\n        {\n            \"universal-id\": \"0616870\",\n            \"nces-id\": \"060161410947\",\n            \"state-id\": \"01100170112607\",\n            \"name\": \"Envision Academy For Arts & Technology\",\n            \"school-summary\": \"Envision Academy For Arts & Technology, a charter school located in Oakland, CA, serves grades 9-12 in the Envision Academy for Arts & Technology District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"1515 Webster Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": \"(510) 596-8901\",\n            \"fax\": \"(510) 596-8905\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.804668,\n            \"lon\": -122.268372,\n            \"district-name\": \"Envision Academy for Arts & Technology District\",\n            \"district-id\": 2139,\n            \"web-site\": \"http://www.envisionacademy.org/\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/16870-Envision-Academy-For-Arts--Technology/\",\n            \"rating\": \"3\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.7330325475039458\n        },\n        {\n            \"universal-id\": \"0617765\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Little Seed Childrens Center\",\n            \"school-summary\": \"Little Seed Childrens Center, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"2100 Mariner Square Drive\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 865-5900\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.784492,\n            \"lon\": -122.275764,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17765-Little-Seed-Childrens-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.7854138963798825\n        },\n        {\n            \"universal-id\": \"0617773\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Peter Pan Academy\",\n            \"school-summary\": \"Peter Pan Academy, a private school located in Alameda, CA, serves grades K-3 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3\",\n            \"street\": \"2100 Mariner Square Drive\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 523-5050\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.784492,\n            \"lon\": -122.275764,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17773-Peter-Pan-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.7854138963798825\n        },\n        {\n            \"universal-id\": \"0632845\",\n            \"nces-id\": \"060177014340\",\n            \"state-id\": \"01611190138214\",\n            \"name\": \"Alameda Unified Special Education\",\n            \"school-summary\": \"Alameda Unified Special Education, a public school located in Alameda, CA, serves grades Ungraded in the Alameda Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"2060 Challenger Drive\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 337-7000\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.782211,\n            \"lon\": -122.270088,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32845-Alameda-Unified-Special-Education/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.826754383784657\n        },\n        {\n            \"universal-id\": \"0614231\",\n            \"nces-id\": \"062805013630\",\n            \"state-id\": \"01612590130187\",\n            \"name\": \"Neighborhood Centers Adult Education\",\n            \"school-summary\": \"Neighborhood Centers Adult Education, a public school located in Oakland, CA, serves grades Ungraded in the Oakland Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"750 International Boulevard\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 273-2300\",\n            \"fax\": \"(510) 452-2077\",\n            \"county\": \"Alameda\",\n            \"lat\": 37.793888,\n            \"lon\": -122.25135,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/14231-Neighborhood-Centers-Adult-Education/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.9093091577913927\n        },\n        {\n            \"universal-id\": \"0615817\",\n            \"nces-id\": null,\n            \"state-id\": \"01612596205702\",\n            \"name\": \"Clickstudy International\",\n            \"school-summary\": \"Clickstudy International, a private school located in Oakland, CA, serves grades 9-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"1956 Webster Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": \"(510) 433-0611\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.807613,\n            \"lon\": -122.265762,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.cde.ca.gov/SchoolDirectory/details?cdscode=01612596205702\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/15817-Clickstudy-International/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.9441970000124275\n        },\n        {\n            \"universal-id\": \"0612307\",\n            \"nces-id\": \"060245810461\",\n            \"state-id\": \"01612593030772\",\n            \"name\": \"Oakland School for the Arts\",\n            \"school-summary\": \"Oakland School for the Arts, a charter school located in Oakland, CA, serves grades 6-12 in the Oakland School for the Arts District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"m,h\",\n            \"level\": \"6,7,8,9,10,11,12\",\n            \"street\": \"530 18th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": \"(510) 873-8800\",\n            \"fax\": \"(510) 873-8816\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.807892,\n            \"lon\": -122.270798,\n            \"district-name\": \"Oakland School for the Arts District\",\n            \"district-id\": 2510,\n            \"web-site\": \"http://www.oakarts.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/12307-Oakland-School-For-The-Arts/\",\n            \"rating\": \"6\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 0.9676224414977568\n        },\n        {\n            \"universal-id\": \"0617431\",\n            \"nces-id\": \"060171712056\",\n            \"state-id\": \"01612590115386\",\n            \"name\": \"Civicorps Corpsmember Academy\",\n            \"school-summary\": \"Civicorps Corpsmember Academy, a charter school located in Oakland, CA, serves grades 9-12 in the Civicorps Corpsmember Academy District.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12,AE\",\n            \"street\": \"101 Myrtle Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 992-7800\",\n            \"fax\": \"(510) 992-7950\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.799492,\n            \"lon\": -122.285774,\n            \"district-name\": \"Civicorps Corpsmember Academy District\",\n            \"district-id\": 2033,\n            \"web-site\": \"http://www.cvcorps.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/17431-Civicorps-Corpsmember-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.0402450694073346\n        },\n        {\n            \"universal-id\": \"0600205\",\n            \"nces-id\": \"062805004261\",\n            \"state-id\": \"01612596001820\",\n            \"name\": \"Franklin Elementary School\",\n            \"school-summary\": \"Franklin Elementary School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"915 Foothill Boulevard\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 874-3354\",\n            \"fax\": \"(510) 874-3358\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.793121,\n            \"lon\": -122.24884,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://www.franklintigers.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/205-Franklin-Elementary-School/\",\n            \"rating\": \"6\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.048301974722557\n        },\n        {\n            \"universal-id\": \"0615105\",\n            \"nces-id\": \"01897288\",\n            \"state-id\": null,\n            \"name\": \"St. Andrew Missionary Baptist\",\n            \"school-summary\": \"St. Andrew Missionary Baptist, a private school located in Oakland, CA, serves grades K-4, 6-8, 10 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"KG,1,2,3,4,6,7,8,10\",\n            \"street\": \"P.O. Box 70378\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": \"(510) 465-8023\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.809898,\n            \"lon\": -122.269302,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/15105-St.-Andrew-Missionary-Baptist/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.096412193818584\n        },\n        {\n            \"universal-id\": \"0614052\",\n            \"nces-id\": \"060177010547\",\n            \"state-id\": \"01611190106401\",\n            \"name\": \"Alameda Science And Technology Institute\",\n            \"school-summary\": \"Alameda Science And Technology Institute, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 10 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"555 Ralph Appezzato Memorial Parkway\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4021\",\n            \"fax\": \"(510) 748-4121\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.780872,\n            \"lon\": -122.279305,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://asti-alamedausd-ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/14052-Alameda-Science-And-Technology-Institute/\",\n            \"rating\": \"10\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.1006831371866728\n        },\n        {\n            \"universal-id\": \"0600222\",\n            \"nces-id\": \"062805004297\",\n            \"state-id\": \"01612596072235\",\n            \"name\": \"Martin Luther King, Jr. Elementary School\",\n            \"school-summary\": \"Martin Luther King, Jr. Elementary School, a public school located in Oakland, CA, serves grades K-4 in the Oakland Unified School District.It has received a GreatSchools Rating of 2 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4\",\n            \"street\": \"960 10th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 874-3381\",\n            \"fax\": \"(510) 874-3388\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.806107,\n            \"lon\": -122.283554,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/222-Martin-Luther-King-Jr.-Elementary-School/\",\n            \"rating\": \"2\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.188839275727938\n        },\n        {\n            \"universal-id\": \"0610807\",\n            \"nces-id\": \"K9300837\",\n            \"state-id\": \"01612596994107\",\n            \"name\": \"St. Vincent's Day Home, Inc. School\",\n            \"school-summary\": \"St. Vincent's Day Home, Inc. School, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,TK,KG\",\n            \"street\": \"1086 8th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 832-8324\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.804821,\n            \"lon\": -122.285744,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"www.svdh.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/10807-St.-Vincents-Day-Home-Inc.-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.220934420321374\n        },\n        {\n            \"universal-id\": \"0600225\",\n            \"nces-id\": \"062805004285\",\n            \"state-id\": \"01612596001978\",\n            \"name\": \"Lafayette Elementary School\",\n            \"school-summary\": \"Lafayette Elementary School, a public school located in Oakland, CA, serves grades 3-5 in the Oakland Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"3,4,5\",\n            \"street\": \"991 14th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 874-7774\",\n            \"fax\": \"(510) 879-1299\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.80798,\n            \"lon\": -122.282051,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://pantherpaws.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/225-Lafayette-Elementary-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.229987013309804\n        },\n        {\n            \"universal-id\": \"0617720\",\n            \"nces-id\": \"062805012048\",\n            \"state-id\": \"01612590115626\",\n            \"name\": \"West Oakland Middle School\",\n            \"school-summary\": \"West Oakland Middle School, a public school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"991 14th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 874-6788\",\n            \"fax\": \"(510) 879-8012\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.80798,\n            \"lon\": -122.282051,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://www.ousd.k12.ca.us/woms\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/17720-West-Oakland-Middle-School/\",\n            \"rating\": \"3\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.229987013309804\n        },\n        {\n            \"universal-id\": \"0615794\",\n            \"nces-id\": \"K9501108\",\n            \"state-id\": null,\n            \"name\": \"New Day Pre-School & Learning Cc\",\n            \"school-summary\": \"New Day Pre-School & Learning Cc, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"460 West Grand Avenue\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": \"(510) 465-8591\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.812012,\n            \"lon\": -122.268105,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/15794-New-Day-Pre-School--Learning-Cc/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.2401922527247196\n        },\n        {\n            \"universal-id\": \"0633649\",\n            \"nces-id\": \"BB200214\",\n            \"state-id\": null,\n            \"name\": \"St Paul's Day School\",\n            \"school-summary\": \"St Paul's Day School, a private school located in Oakland, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"116 Montecito Avenue\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94610\",\n            \"phone\": \"(510) 285-9600\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.811142,\n            \"lon\": -122.259964,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/33649-St-Pauls-Day-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.2590315284526576\n        },\n        {\n            \"universal-id\": \"0608444\",\n            \"nces-id\": \"00078383\",\n            \"state-id\": \"01612596960694\",\n            \"name\": \"St. Paul's Episcopal School\",\n            \"school-summary\": \"St. Paul's Episcopal School, a private school located in Oakland, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"116 Montecito Avenue\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94610\",\n            \"phone\": \"(510) 285-9619\",\n            \"fax\": \"(510) 899-7298\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.811142,\n            \"lon\": -122.259964,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.spes.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/8444-St.-Pauls-Episcopal-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.2590315284526576\n        },\n        {\n            \"universal-id\": \"0617721\",\n            \"nces-id\": \"060227611935\",\n            \"state-id\": \"01612590115014\",\n            \"name\": \"KIPP Bridge Academy\",\n            \"school-summary\": \"KIPP Bridge Academy, a charter school located in Oakland, CA, serves grades K-8 in the KIPP Bridge Academy District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"1700 Market Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 874-7255\",\n            \"fax\": \"(510) 879-3182\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.810333,\n            \"lon\": -122.279343,\n            \"district-name\": \"KIPP Bridge Academy District\",\n            \"district-id\": 2344,\n            \"web-site\": \"http://www.kippbayarea.org/schools/bridge/\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/17721-KIPP-Bridge-Charter-School/\",\n            \"rating\": \"5\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.2833707606845042\n        },\n        {\n            \"universal-id\": \"0616978\",\n            \"nces-id\": \"060177011549\",\n            \"state-id\": \"01611190111765\",\n            \"name\": \"Ruby Bridges Elementary School\",\n            \"school-summary\": \"Ruby Bridges Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"351 Jack London Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4006\",\n            \"fax\": \"(510) 748-8314\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.782246,\n            \"lon\": -122.286301,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://rubybridges.alamedausd.ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/16978-Ruby-Bridges-Elementary-School/\",\n            \"rating\": \"5\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.2903042862291376\n        },\n        {\n            \"universal-id\": \"0620915\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Ymca Child Development Center\",\n            \"school-summary\": \"Ymca Child Development Center, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"756 21st Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94612\",\n            \"phone\": null,\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.811893,\n            \"lon\": -122.275879,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/20915-Ymca-Child-Development-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.304838629500292\n        },\n        {\n            \"universal-id\": \"0608223\",\n            \"nces-id\": \"00074786\",\n            \"state-id\": \"01612596967517\",\n            \"name\": \"St. Anthony School\",\n            \"school-summary\": \"St. Anthony School, a private school located in Oakland, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"1500 East 15th Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 534-3334\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.790157,\n            \"lon\": -122.243652,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/8223-St.-Anthony-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.3566776442516808\n        },\n        {\n            \"universal-id\": \"0623782\",\n            \"nces-id\": null,\n            \"state-id\": \"01612596133912\",\n            \"name\": \"Lotus Blossom Academy\",\n            \"school-summary\": \"Lotus Blossom Academy, a private school located in Oakland, CA, serves grades K-5 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"1421 Linden Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 835-1379\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.809612,\n            \"lon\": -122.283813,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/23782-Lotus-Blossom-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.3781246970807908\n        },\n        {\n            \"universal-id\": \"0626685\",\n            \"nces-id\": null,\n            \"state-id\": \"07617540117002\",\n            \"name\": \"Bayhill High School\",\n            \"school-summary\": \"Bayhill High School, a private school located in Oakland, CA, serves grades 9-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"521 Boden Way\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94610\",\n            \"phone\": \"(510) 268-1500\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.807617,\n            \"lon\": -122.248962,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/26685-Bayhill-High-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.3991599040600493\n        },\n        {\n            \"universal-id\": \"0600009\",\n            \"nces-id\": \"060177000048\",\n            \"state-id\": \"01611190134304\",\n            \"name\": \"Island High (Continuation) School\",\n            \"school-summary\": \"Island High (Continuation) School, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"500 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4024\",\n            \"fax\": \"(510) 769-7417\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.776005,\n            \"lon\": -122.281738,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://ihs.alamedausd.ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/9-Island-High-Continuation-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4557520474231673\n        },\n        {\n            \"universal-id\": \"0600269\",\n            \"nces-id\": \"062805004323\",\n            \"state-id\": \"01612596057095\",\n            \"name\": \"Westlake Middle School\",\n            \"school-summary\": \"Westlake Middle School, a public school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"2629 Harrison Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94611\",\n            \"phone\": \"(510) 879-2130\",\n            \"fax\": \"(510) 879-2139\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.814533,\n            \"lon\": -122.260872,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://ousdms.ousd.k12.ca.us/westlake\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/269-Westlake-Middle-School/\",\n            \"rating\": \"3\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4669614873177823\n        },\n        {\n            \"universal-id\": \"0617772\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Home Sweet Home Child Care Center\",\n            \"school-summary\": \"Home Sweet Home Child Care Center, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"1900 3rd Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4314\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.779419,\n            \"lon\": -122.287651,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17772-Home-Sweet-Home-Child-Care-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4747107509910897\n        },\n        {\n            \"universal-id\": \"0625151\",\n            \"nces-id\": \"060188712399\",\n            \"state-id\": \"01611190119222\",\n            \"name\": \"Nea Community Learning Center School\",\n            \"school-summary\": \"Nea Community Learning Center School, a charter school located in Alameda, CA, serves grades K-12 in the Nea Community Learning Center District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8,9,10,11,12\",\n            \"street\": \"1900 3rd Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4008\",\n            \"fax\": \"(510) 864-4281\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.778751,\n            \"lon\": -122.28688,\n            \"district-name\": \"Nea Community Learning Center District\",\n            \"district-id\": 2476,\n            \"web-site\": \"http://www.clcschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/25151-Nea-Community-Learning-Center-School/\",\n            \"rating\": \"5\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.477074142194937\n        },\n        {\n            \"universal-id\": \"0611902\",\n            \"nces-id\": \"060166408673\",\n            \"state-id\": \"01611190130609\",\n            \"name\": \"Alameda Community Learning Center\",\n            \"school-summary\": \"Alameda Community Learning Center, a charter school located in Alameda, CA, serves grades 6-12 in the Alameda Community Learning Center District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"m,h\",\n            \"level\": \"6,7,8,9,10,11,12\",\n            \"street\": \"1900 3rd Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 995-4300\",\n            \"fax\": \"(510) 995-4307\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.778751,\n            \"lon\": -122.28688,\n            \"district-name\": \"Alameda Community Learning Center District\",\n            \"district-id\": 1823,\n            \"web-site\": \"http://www.alamedaclc.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/11902-Alameda-Community-Learning-Center/\",\n            \"rating\": \"6\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.477074142194937\n        },\n        {\n            \"universal-id\": \"0600196\",\n            \"nces-id\": \"062805004251\",\n            \"state-id\": \"01612596001739\",\n            \"name\": \"Cleveland Elementary School\",\n            \"school-summary\": \"Cleveland Elementary School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"745 Cleveland Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 874-3600\",\n            \"fax\": \"(510) 879-1089\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.803986,\n            \"lon\": -122.243942,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://ousdes1.ousd.k12.ca.us/cleveland\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/196-Cleveland-Elementary-School/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4817776231250077\n        },\n        {\n            \"universal-id\": \"0625256\",\n            \"nces-id\": \"060164200042\",\n            \"state-id\": \"01611190122085\",\n            \"name\": \"The Academy Of Alameda\",\n            \"school-summary\": \"The Academy Of Alameda, a charter school located in Alameda, CA, serves grades 6-8 in the The Academy of Alameda District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"401 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4017\",\n            \"fax\": \"(510) 523-5304\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.777298,\n            \"lon\": -122.284996,\n            \"district-name\": \"The Academy of Alameda District\",\n            \"district-id\": 2741,\n            \"web-site\": \"http://aoaschools.org/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/25256-The-Academy-Of-Alameda/\",\n            \"rating\": \"6\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4841709644947618\n        },\n        {\n            \"universal-id\": \"0632002\",\n            \"nces-id\": \"060217913871\",\n            \"state-id\": \"01611190131805\",\n            \"name\": \"The Academy Of Alameda Elementary\",\n            \"school-summary\": \"The Academy Of Alameda Elementary, a charter school located in Alameda, CA, serves grades K-5 in the The Academy of Alameda Elementary District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"401 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4017\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.777298,\n            \"lon\": -122.284996,\n            \"district-name\": \"The Academy of Alameda Elementary District\",\n            \"district-id\": 2742,\n            \"web-site\": \"http://www.aoaschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32002-The-Academy-Of-Alameda-Elementary/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4841709644947618\n        },\n        {\n            \"universal-id\": \"0626955\",\n            \"nces-id\": \"060177013107\",\n            \"state-id\": \"01611190126656\",\n            \"name\": \"Maya Lin School\",\n            \"school-summary\": \"Maya Lin School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"825 Taylor Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 337-7007\",\n            \"fax\": \"(510) 523-8798\",\n            \"county\": \"Alameda\",\n            \"lat\": 37.772724,\n            \"lon\": -122.271889,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://mls-alamedausd-ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/26955-Maya-Lin-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4895621807697565\n        },\n        {\n            \"universal-id\": \"0632875\",\n            \"nces-id\": \"060177014446\",\n            \"state-id\": \"01611190139220\",\n            \"name\": \"Maya Lin\",\n            \"school-summary\": \"Maya Lin, a public school located in Alameda, CA, serves grades Ungraded in the Alameda Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"825 Taylor Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4007\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.772663,\n            \"lon\": -122.271461,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://mls-alamedausd-ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32875-Maya-Lin/\",\n            \"rating\": null,\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4905947779835211\n        },\n        {\n            \"universal-id\": \"0612932\",\n            \"nces-id\": \"A9704982\",\n            \"state-id\": null,\n            \"name\": \"Oakland Progressive Daycare\",\n            \"school-summary\": \"Oakland Progressive Daycare, a private school located in Oakland, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"733 Beatie Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94606\",\n            \"phone\": \"(510) 835-0131\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.800701,\n            \"lon\": -122.241905,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/12932-Oakland-Progressive-Daycare/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.4968578423453092\n        },\n        {\n            \"universal-id\": \"0625135\",\n            \"nces-id\": \"062805012610\",\n            \"state-id\": \"01612590121376\",\n            \"name\": \"Home And Hospital Program\",\n            \"school-summary\": \"Home And Hospital Program, a public school located in Oakland, CA, serves grades K-12 in the Oakland Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8,9,10,11,12\",\n            \"street\": \"1011 Union Street\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94607\",\n            \"phone\": \"(510) 879-8419\",\n            \"fax\": \"(510) 879-2716\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.807926,\n            \"lon\": -122.289886,\n            \"district-name\": \"Oakland Unified School District\",\n            \"district-id\": 14,\n            \"web-site\": \"http://www.ousd.k12.ca.us\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/25135-Home-And-Hospital-Program/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.531266419774566\n        },\n        {\n            \"universal-id\": \"0629733\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"American Inter Mont School\",\n            \"school-summary\": \"American Inter Mont School, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"1410 8th Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 868-1815\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.771767,\n            \"lon\": -122.272491,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/29733-American-Inter-Mont-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.5598660320379782\n        },\n        {\n            \"universal-id\": \"0616974\",\n            \"nces-id\": \"060222711563\",\n            \"state-id\": \"01612590111856\",\n            \"name\": \"AIMS College Prep High\",\n            \"school-summary\": \"AIMS College Prep High, a charter school located in Oakland, CA, serves grades 9-12 in the American Indian Public High District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"746 Grand Avenue\",\n            \"city\": \"Oakland\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94610\",\n            \"phone\": \"(510) 893-8701\",\n            \"fax\": \"(510) 482-6002\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.811386,\n            \"lon\": -122.248863,\n            \"district-name\": \"American Indian Public High District\",\n            \"district-id\": 1866,\n            \"web-site\": \"http://www.aimschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/oakland/16974-American-Indian-Public-High-School/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\",\n            \"distance\": 1.5888502118881032\n        }\n    ],\n    \"cur_page\": 0,\n    \"items_per_page\": 50,\n    \"max_page_num\": 5,\n    \"total_count\": 265,\n    \"links\": {\n        \"self\": \"/nearby-schools?lon=-122.2680029&lat=37.7940627&page=0\",\n        \"prev\": \"\",\n        \"next\": \"/nearby-schools?lon=-122.2680029&lat=37.7940627&page=1\",\n        \"first\": \"/nearby-schools?lon=-122.2680029&lat=37.7940627&page=0\",\n        \"last\": \"/nearby-schools?lon=-122.2680029&lat=37.7940627&page=5\"\n    }\n}"},{"id":"c3a55217-be5a-4300-a3c5-b3cc8f486146","name":"51-100th schools nearest coordinates (XML)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml","description":"application/json or application/xml","type":"text"},{"key":"Content","value":"application/xml","description":"application/json or application/xml","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","description":"This is the API key you were issued when you signed up.","type":"text"}],"url":{"raw":"https://gs-api.greatschools.org/nearby-schools?lat=37.7940627&lon=-122.2680029&page=1","protocol":"https","host":["gs-api","greatschools","org"],"path":["nearby-schools"],"query":[{"key":"lat","value":"37.7940627"},{"key":"lon","value":"-122.2680029"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Date","value":"Fri, 9 Jun 2023 09:00:00 EDT"},{"key":"Content-Type","value":"application/xml"},{"key":"Content-Length","value":"17826"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f709b06b-0a19-4a80-b0b4-9c80f0adbb37"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"GZ3dsHp8IAMFnGw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648705f0-196d83c67ed06d8c50dcb489"}],"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<hash>\n    <schools type=\"array\">\n        <school>\n            <universal-id>0600262</universal-id>\n            <nces-id>062805007804</nces-id>\n            <state-id>01612590130179</state-id>\n            <name>Street Academy (Alternative)</name>\n            <school-summary>Street Academy (Alternative), a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.It has received a GreatSchools Rating of 1 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>417 29th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94609</zip>\n            <phone>(510) 874-3630</phone>\n            <fax>(510) 874-3633</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.81757</lat>\n            <lon type=\"float\">-122.265434</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/262-Street-Academy-Alternative/</overview-url>\n            <rating>1</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6302446965836928</distance>\n        </school>\n        <school>\n            <universal-id>0631069</universal-id>\n            <nces-id>060152412447</nces-id>\n            <state-id>01204770120477</state-id>\n            <name>Aspire Titan Academy</name>\n            <school-summary>Aspire Titan Academy, a charter school located in Oakland, CA, serves grades K-5 in the Los Angeles Unified School District.</school-summary>\n            <type>charter</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>1001 22nd Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(323) 583-5421</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.78249</lat>\n            <lon type=\"float\">-122.241371</lon>\n            <district-name>Los Angeles Unified School District</district-name>\n            <district-id type=\"integer\">286</district-id>\n            <web-site>http://aspirepublicschools.org/locations/los-angeles/aspire-titan-academy/</web-site>\n            <overview-url>https://www.greatschools.org/california/huntington-park/31069-Aspire-Titan-Academy/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6595264518373993</distance>\n        </school>\n        <school>\n            <universal-id>0617550</universal-id>\n            <nces-id>060155712077</nces-id>\n            <state-id>01148840114884</state-id>\n            <name>Aspire Junior Collegiate Academy</name>\n            <school-summary>Aspire Junior Collegiate Academy, a charter school located in Oakland, CA, serves grades K-5 in the Los Angeles Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>charter</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>1001 22nd Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(323) 583-5421</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.78249</lat>\n            <lon type=\"float\">-122.241371</lon>\n            <district-name>Los Angeles Unified School District</district-name>\n            <district-id type=\"integer\">286</district-id>\n            <web-site>http://aspirepublicschools.org/locations/los-angeles/aspire-junior-collegiate-a</web-site>\n            <overview-url>https://www.greatschools.org/california/huntington-park/17550-Aspire-Junior-Collegiate-Academy/</overview-url>\n            <rating>4</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6595264518373993</distance>\n        </school>\n        <school>\n            <universal-id>0625085</universal-id>\n            <nces-id>060199412542</nces-id>\n            <state-id>01201880120188</state-id>\n            <name>Aspire Eres Academy</name>\n            <school-summary>Aspire Eres Academy, a charter school located in Oakland, CA, serves grades K-8 in the Oakland Unified School District.</school-summary>\n            <type>charter</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8</level>\n            <street>1001 22nd Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 436-9760</phone>\n            <fax>(510) 568-3521</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.78249</lat>\n            <lon type=\"float\">-122.241371</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://www.aspirepublicschools.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/25085-Aspire-Eres-Academy/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6595264518373993</distance>\n        </school>\n        <school>\n            <universal-id>0612050</universal-id>\n            <nces-id>060247608323</nces-id>\n            <state-id>61165946116594</state-id>\n            <name>Aspire Vincent Shalvey Academy</name>\n            <school-summary>Aspire Vincent Shalvey Academy, a charter school located in Oakland, CA, serves grades K-5 in the Lodi Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>charter</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>1001 22nd Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(209) 931-5399</phone>\n            <fax>(209) 931-5185</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.78249</lat>\n            <lon type=\"float\">-122.241371</lon>\n            <district-name>Lodi Unified School District</district-name>\n            <district-id type=\"integer\">752</district-id>\n            <web-site>http://www.aspirepublicschools.org</web-site>\n            <overview-url>https://www.greatschools.org/california/stockton/12050-Aspire-Vincent-Shalvey-Academy/</overview-url>\n            <rating>7</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6595264518373993</distance>\n        </school>\n        <school>\n            <universal-id>0625838</universal-id>\n            <nces-id nil=\"true\"/>\n            <state-id>01612596143077</state-id>\n            <name>E.M. University of Science &amp; Technology School</name>\n            <school-summary>E.M. University of Science &amp; Technology School, a private school located in Oakland, CA, serves grades K-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m,h</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8,9,10,11,12</level>\n            <street>820 27th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 444-2793</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.817638</lat>\n            <lon type=\"float\">-122.274742</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/25838-E.M.-University-Of-Science--Technology-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6699294741943902</distance>\n        </school>\n        <school>\n            <universal-id>0625840</universal-id>\n            <nces-id nil=\"true\"/>\n            <state-id>01612596143101</state-id>\n            <name>Elijah's University for Self-Development School</name>\n            <school-summary>Elijah's University for Self-Development School, a private school located in Oakland, CA, serves grades K-10 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m,h</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8,9,10</level>\n            <street>818 27th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 444-2793</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.817726</lat>\n            <lon type=\"float\">-122.274765</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/25840-Elijahs-University-For-Self-Development-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6761343159307542</distance>\n        </school>\n        <school>\n            <universal-id>0624836</universal-id>\n            <nces-id>062805012325</nces-id>\n            <state-id>01612590118653</state-id>\n            <name>Ralph J. Bunche High School</name>\n            <school-summary>Ralph J. Bunche High School, a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>1240 18th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 874-3300</phone>\n            <fax>(510) 874-3305</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.813354</lat>\n            <lon type=\"float\">-122.286942</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://www.cde.ca.gov/re/sd/details.asp?cds=01612596120778&amp;Public=Y</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/24836-Ralph-J.-Bunche-High-School/</overview-url>\n            <rating>3</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6869018976723376</distance>\n        </school>\n        <school>\n            <universal-id>0617720</universal-id>\n            <nces-id>062805012048</nces-id>\n            <state-id>01612590115626</state-id>\n            <name>West Oakland Middle School</name>\n            <school-summary>West Oakland Middle School, a public school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 2 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>991 14th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 874-6788</phone>\n            <fax>(510) 879-8012</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.813385</lat>\n            <lon type=\"float\">-122.286926</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://www.ousd.k12.ca.us/woms</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/17720-West-Oakland-Middle-School/</overview-url>\n            <rating>2</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.6880580237861482</distance>\n        </school>\n        <school>\n            <universal-id>0600254</universal-id>\n            <nces-id>062805004312</nces-id>\n            <state-id>01612596057087</state-id>\n            <name>Roosevelt Middle School</name>\n            <school-summary>Roosevelt Middle School, a public school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>1926 19th Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 535-2877</phone>\n            <fax>(510) 535-2883</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.789948</lat>\n            <lon type=\"float\">-122.237206</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://www.rooseveltbulldogs.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/254-Roosevelt-Middle-School/</overview-url>\n            <rating>4</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7053901599413424</distance>\n        </school>\n        <school>\n            <universal-id>0631224</universal-id>\n            <nces-id nil=\"true\"/>\n            <state-id>01611196147607</state-id>\n            <name>Da Vinci Center For Gifted Children</name>\n            <school-summary>Da Vinci Center For Gifted Children, a private school located in Alameda, CA, serves grades K-6 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5,6</level>\n            <street>472 Taylor Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 219-9410</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.772339</lat>\n            <lon type=\"float\">-122.282875</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/alameda/31224-Da-Vinci-Center-For-Gifted-Children/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.706592143363118</distance>\n        </school>\n        <school>\n            <universal-id>0600186</universal-id>\n            <nces-id>062805004241</nces-id>\n            <state-id>01612596001655</state-id>\n            <name>Bella Vista Elementary School</name>\n            <school-summary>Bella Vista Elementary School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>1025 East 28th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 436-4900</phone>\n            <fax>(510) 436-4925</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.800201</lat>\n            <lon type=\"float\">-122.237427</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://ousdes1.ousd.k12.ca.us/bellavista</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/186-Bella-Vista-Elementary-School/</overview-url>\n            <rating>4</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7223751972858439</distance>\n        </school>\n        <school>\n            <universal-id>0625807</universal-id>\n            <nces-id>060169112844</nces-id>\n            <state-id>01239680123968</state-id>\n            <name>Community School For Creative Education</name>\n            <school-summary>Community School For Creative Education, a charter school located in Oakland, CA, serves grades K-8 in the Alameda County Office of Education.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>charter</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8</level>\n            <street>2111 International Boulevard</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 686-4131</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.784771</lat>\n            <lon type=\"float\">-122.23867</lon>\n            <district-name>Alameda County Office of Education</district-name>\n            <district-id type=\"integer\">1069</district-id>\n            <web-site>http://www.communityschoolforcreativeeducation.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/25807-Community-School-For-Creative-Education/</overview-url>\n            <rating>3</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7255246250015535</distance>\n        </school>\n        <school>\n            <universal-id>0610857</universal-id>\n            <nces-id>X9100569</nces-id>\n            <state-id>01612596928725</state-id>\n            <name>Beacon Day School</name>\n            <school-summary>Beacon Day School, a private school located in Oakland, CA, serves grades K-8 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8</level>\n            <street>2101 Livingston Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 436-4466</phone>\n            <fax>(510) 437-2313</fax>\n            <county>Alameda</county>\n            <lat type=\"float\">37.78056</lat>\n            <lon type=\"float\">-122.240845</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://www.beaconday.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/10857-Beacon-Day-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7519921209936993</distance>\n        </school>\n        <school>\n            <universal-id>0631931</universal-id>\n            <nces-id>060149313752</nces-id>\n            <state-id>01296350129635</state-id>\n            <name>Downtown Charter Academy</name>\n            <school-summary>Downtown Charter Academy, a charter school located in Oakland, CA, serves grades 6-8 in the Downtown Charter Academy District.</school-summary>\n            <type>charter</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>2000 Dennison Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 535-1580</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.780254</lat>\n            <lon type=\"float\">-122.240952</lon>\n            <district-name>Downtown Charter Academy District</district-name>\n            <district-id type=\"integer\">1560</district-id>\n            <web-site>http://www.amethodschools.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/31931-Downtown-Charter-Academy/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7584310338399594</distance>\n        </school>\n        <school>\n            <universal-id>0600007</universal-id>\n            <nces-id>060177004337</nces-id>\n            <state-id>01611196090039</state-id>\n            <name>Franklin Elementary School</name>\n            <school-summary>Franklin Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>1433 San Antonio Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 748-4004</phone>\n            <fax>(510) 337-2439</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.769115</lat>\n            <lon type=\"float\">-122.260933</lon>\n            <district-name>Alameda Unified School District</district-name>\n            <district-id type=\"integer\">1</district-id>\n            <web-site>http://franklin.alamedausd.ca.schoolloop.com</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/7-Franklin-Elementary-School/</overview-url>\n            <rating>7</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7664337554525458</distance>\n        </school>\n        <school>\n            <universal-id>0615412</universal-id>\n            <nces-id>A0307158</nces-id>\n            <state-id>01612597071970</state-id>\n            <name>Grand Lake Montessori</name>\n            <school-summary>Grand Lake Montessori, a private school located in Oakland, CA, serves grades PK-5 in the .</school-summary>\n            <type>private</type>\n            <level-codes>p,e</level-codes>\n            <level>PK,TK,KG,1,2,3,4,5</level>\n            <street>466 Chetwood Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 836-4313</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.815735</lat>\n            <lon type=\"float\">-122.250786</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://grandlakemontessori.com/School.html</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/15412-Grand-Lake-Montessori/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7679461766935514</distance>\n        </school>\n        <school>\n            <universal-id>0615024</universal-id>\n            <nces-id>062805011555</nces-id>\n            <state-id>01612590110189</state-id>\n            <name>Mcclymonds High School</name>\n            <school-summary>Mcclymonds High School, a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>2607 Myrtle Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 238-8607</phone>\n            <fax>(510) 879-2979</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.818645</lat>\n            <lon type=\"float\">-122.278595</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/15024-Mcclymonds-High-School/</overview-url>\n            <rating>3</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7942055128189196</distance>\n        </school>\n        <school>\n            <universal-id>0600015</universal-id>\n            <nces-id>060177000003</nces-id>\n            <state-id>01611196090120</state-id>\n            <name>William G. Paden Elementary School</name>\n            <school-summary>William G. Paden Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>444 Central Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 748-4014</phone>\n            <fax>(510) 865-9427</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.771286</lat>\n            <lon type=\"float\">-122.283936</lon>\n            <district-name>Alameda Unified School District</district-name>\n            <district-id type=\"integer\">1</district-id>\n            <web-site>http://paden.alamedausd.ca.schoolloop.com</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/15-William-G.-Paden-Elementary-School/</overview-url>\n            <rating>5</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.7982303304460214</distance>\n        </school>\n        <school>\n            <universal-id>0614573</universal-id>\n            <nces-id>062805013300</nces-id>\n            <state-id>01612590130542</state-id>\n            <name>Oakland Adult And Career Education</name>\n            <school-summary>Oakland Adult And Career Education, a public school located in Oakland, CA, serves grades Ungraded in the Oakland Unified School District.</school-summary>\n            <type>public</type>\n            <level-codes>e,m,h</level-codes>\n            <level>UG</level>\n            <street>2607 Myrtle Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 273-2300</phone>\n            <fax>(510) 879-2077</fax>\n            <county>Alameda</county>\n            <lat type=\"float\">37.818665</lat>\n            <lon type=\"float\">-122.278938</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/14573-Oakland-Adult-And-Career-Education/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.8016300471000535</distance>\n        </school>\n        <school>\n            <universal-id>0613066</universal-id>\n            <nces-id>A0101197</nces-id>\n            <state-id>01612596933030</state-id>\n            <name>Pentecostal Way Of Truth School Academy</name>\n            <school-summary>Pentecostal Way Of Truth School Academy, a private school located in Oakland, CA, serves grades 1-6 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e</level-codes>\n            <level>1,2,3,4,5,6</level>\n            <street>1575 7th Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 625-2002</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.805603</lat>\n            <lon type=\"float\">-122.297791</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/13066-Pentecostal-Way-Of-Truth-School-Academy/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.8112293859594617</distance>\n        </school>\n        <school>\n            <universal-id>0632007</universal-id>\n            <nces-id>062805013752</nces-id>\n            <state-id>01612590129635</state-id>\n            <name>Downtown Charter Academy</name>\n            <school-summary>Downtown Charter Academy, a charter school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 9 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>charter</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>2000 Dennison Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 535-1580</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.779541</lat>\n            <lon type=\"float\">-122.240273</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>www.amethodschools.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/32007-Downtown-Charter-Academy/</overview-url>\n            <rating>9</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.8164364273553133</distance>\n        </school>\n        <school>\n            <universal-id>0600209</universal-id>\n            <nces-id>062805004265</nces-id>\n            <state-id>01612596001846</state-id>\n            <name>Garfield Elementary School</name>\n            <school-summary>Garfield Elementary School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>1640 22nd Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94606</zip>\n            <phone>(510) 535-2857</phone>\n            <fax>(510) 535-2861</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.786461</lat>\n            <lon type=\"float\">-122.235695</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://ousdes1.ousd.k12.ca.us/garfield</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/209-Garfield-Elementary-School/</overview-url>\n            <rating>3</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.840599251867225</distance>\n        </school>\n        <school>\n            <universal-id>0600247</universal-id>\n            <nces-id>062805004304</nces-id>\n            <state-id>01612590135905</state-id>\n            <name>Oakland High School</name>\n            <school-summary>Oakland High School, a public school located in Oakland, CA, serves grades 9-12 in the Oakland Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>1023 MacArthur Boulevard</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 874-3676</phone>\n            <fax>(510) 879-3049</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.804466</lat>\n            <lon type=\"float\">-122.2369</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://www.ousd.org/oaklandhigh</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/247-Oakland-High-School/</overview-url>\n            <rating>4</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.8439388196403494</distance>\n        </school>\n        <school>\n            <universal-id>0623787</universal-id>\n            <nces-id nil=\"true\"/>\n            <state-id>01611196134076</state-id>\n            <name>Williams Academy</name>\n            <school-summary>Williams Academy, a private school located in Oakland, CA, serves grades 9-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>869 Tresle Glen Road</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 268-8440</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.808121</lat>\n            <lon type=\"float\">-122.239128</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/23787-Williams-Academy/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.8516219071172033</distance>\n        </school>\n        <school>\n            <universal-id>0600008</universal-id>\n            <nces-id>060177000047</nces-id>\n            <state-id>01611196090047</state-id>\n            <name>Love Elementary</name>\n            <school-summary>Love Elementary, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>2025 Santa Clara Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 748-4005</phone>\n            <fax>(510) 523-6178</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.770409</lat>\n            <lon type=\"float\">-122.25061</lon>\n            <district-name>Alameda Unified School District</district-name>\n            <district-id type=\"integer\">1</district-id>\n            <web-site>http://haightschool.alamedausd.ca.schoolloop.com</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/8-Henry-Haight-Elementary-School/</overview-url>\n            <rating>5</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.8902630892166974</distance>\n        </school>\n        <school>\n            <universal-id>0600252</universal-id>\n            <nces-id>062805004309</nces-id>\n            <state-id>01612596002125</state-id>\n            <name>Prescott Elementary</name>\n            <school-summary>Prescott Elementary, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 3 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>920 Campbell Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94607</zip>\n            <phone>(510) 874-3333</phone>\n            <fax>(510) 874-3334</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.807858</lat>\n            <lon type=\"float\">-122.297974</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>https://www.ousd.org/prescott</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/252-Preparatory-Literary-Academy-Of-Cultural-Excellence/</overview-url>\n            <rating>3</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.89362670411473</distance>\n        </school>\n        <school>\n            <universal-id>0620882</universal-id>\n            <nces-id>A0770469</nces-id>\n            <state-id nil=\"true\"/>\n            <name>Lakeshore Children's Center</name>\n            <school-summary>Lakeshore Children's Center, a private school located in Oakland, CA, serves grades PK-K in the .</school-summary>\n            <type>private</type>\n            <level-codes>p,e</level-codes>\n            <level>PK,KG</level>\n            <street>3534 Lakeshore Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 893-4048</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.811764</lat>\n            <lon type=\"float\">-122.241455</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/20882-Lakeshore-Childrens-Center/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.896403681012092</distance>\n        </school>\n        <school>\n            <universal-id>0610045</universal-id>\n            <nces-id>A9302216</nces-id>\n            <state-id>01611196979140</state-id>\n            <name>Children's Learning Center</name>\n            <school-summary>Children's Learning Center, a private school located in Alameda, CA, serves grades 1-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m,h</level-codes>\n            <level>1,2,3,4,5,6,7,8,9,10,11,12</level>\n            <street>1910 Central Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 769-7100</phone>\n            <fax>(510) 769-1824</fax>\n            <county>Alameda</county>\n            <lat type=\"float\">37.768581</lat>\n            <lon type=\"float\">-122.253288</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://www.clcalameda.com/</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/10045-Childrens-Learning-Center/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.9353285197658667</distance>\n        </school>\n        <school>\n            <universal-id>0600006</universal-id>\n            <nces-id>060177000045</nces-id>\n            <state-id>01611190132142</state-id>\n            <name>Encinal Junior/Senior High</name>\n            <school-summary>Encinal Junior/Senior High, a public school located in Alameda, CA, serves grades 6-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>m,h</level-codes>\n            <level>6,7,8,9,10,11,12</level>\n            <street>210 Central Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 748-4023</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.771355</lat>\n            <lon type=\"float\">-122.289619</lon>\n            <district-name>Alameda Unified School District</district-name>\n            <district-id type=\"integer\">1</district-id>\n            <web-site>http://ehs.alamedausd.ca.schoolloop.com/</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/6-Encinal-Junior-Senior-High/</overview-url>\n            <rating>7</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.9634118334223967</distance>\n        </school>\n        <school>\n            <universal-id>0617140</universal-id>\n            <nces-id>A1500155</nces-id>\n            <state-id>07617966932917</state-id>\n            <name>Applied Scholastics Academy, East Bay</name>\n            <school-summary>Applied Scholastics Academy, East Bay, a private school located in Alameda, CA, serves grades K-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m,h</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8,9,10,11,12</level>\n            <street>2017 Central Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 748-0428</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.76968</lat>\n            <lon type=\"float\">-122.249313</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://asaeastbay.com/</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/17140-Applied-Scholastics-Academy-East-Bay/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.9697315048404935</distance>\n        </school>\n        <school>\n            <universal-id>0632972</universal-id>\n            <nces-id>A1500247</nces-id>\n            <state-id nil=\"true\"/>\n            <name>Da Vinci Center for Gifted Children</name>\n            <school-summary>Da Vinci Center for Gifted Children, a private school located in Alameda, CA, serves grades K-9 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8,9</level>\n            <street>2050 Lincoln Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 219-9410</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.769558</lat>\n            <lon type=\"float\">-122.249443</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/alameda/32972-Da-Vinci-Center-For-Gifted-Children/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.9732907278760237</distance>\n        </school>\n        <school>\n            <universal-id>0609569</universal-id>\n            <nces-id>A9100512</nces-id>\n            <state-id>01612596910343</state-id>\n            <name>Agnes Memorial Christian Academy</name>\n            <school-summary>Agnes Memorial Christian Academy, a private school located in Oakland, CA, serves grades PK-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>p,e,m,h</level-codes>\n            <level>PK,KG,1,2,3,4,5,6,7,8,9,10,11,12</level>\n            <street>2372 International Boulevard</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94601</zip>\n            <phone>(510) 533-1101</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.783047</lat>\n            <lon type=\"float\">-122.234238</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/9569-Agnes-Memorial-Christian-Academy/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">1.9945954242111672</distance>\n        </school>\n        <school>\n            <universal-id>0600218</universal-id>\n            <nces-id>062805004276</nces-id>\n            <state-id>01612596057046</state-id>\n            <name>Hoover Elementary School</name>\n            <school-summary>Hoover Elementary School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 2 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>890 Brockhurst Street</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94608</zip>\n            <phone>(510) 879-1700</phone>\n            <fax>(510) 879-1704</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.823269</lat>\n            <lon type=\"float\">-122.275116</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://www.ousd.org/hoover</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/218-Hoover-Elementary-School/</overview-url>\n            <rating>2</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.0549856462897833</distance>\n        </school>\n        <school>\n            <universal-id>0608235</universal-id>\n            <nces-id>00074968</nces-id>\n            <state-id>01611196965891</state-id>\n            <name>St. Joseph Elementary School</name>\n            <school-summary>St. Joseph Elementary School, a private school located in Alameda, CA, serves grades K-8 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8</level>\n            <street>1910 San Antonio Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 522-4456</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.766018</lat>\n            <lon type=\"float\">-122.25515</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://www.stjosephalameda.org</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/8235-St.-Joseph-Elementary-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.060913480060149</distance>\n        </school>\n        <school>\n            <universal-id>0633641</universal-id>\n            <nces-id>A1900754</nces-id>\n            <state-id nil=\"true\"/>\n            <name>St Joseph Notre Dame High School</name>\n            <school-summary>St Joseph Notre Dame High School, a private school located in Alameda, CA, serves grades 9-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>1011 Chestnut Street</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 523-1526</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.765587</lat>\n            <lon type=\"float\">-122.255592</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/alameda/33641-St-Joseph-Notre-Dame-High-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.080953310052568</distance>\n        </school>\n        <school>\n            <universal-id>0608234</universal-id>\n            <nces-id>00074957</nces-id>\n            <state-id>01611196933154</state-id>\n            <name>Saint Joseph Notre Dame High School</name>\n            <school-summary>Saint Joseph Notre Dame High School, a private school located in Alameda, CA, serves grades 9-12 in the .</school-summary>\n            <type>private</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>1011 Chestnut Street</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 523-1526</phone>\n            <fax>(510) 523-2181</fax>\n            <county>Alameda</county>\n            <lat type=\"float\">37.765614</lat>\n            <lon type=\"float\">-122.255119</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://sjnd.org</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/8234-Saint-Joseph-Notre-Dame-High-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.087751500615159</distance>\n        </school>\n        <school>\n            <universal-id>0615815</universal-id>\n            <nces-id>A0500208</nces-id>\n            <state-id>01611196202253</state-id>\n            <name>Central Christian School</name>\n            <school-summary>Central Christian School, a private school located in Alameda, CA, serves grades K-3 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3</level>\n            <street>2133 Central Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 523-7858</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.767033</lat>\n            <lon type=\"float\">-122.24836</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://www.cde.ca.gov/SchoolDirectory/details?cdscode=01611196202253</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/15815-Central-Christian-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.1537182944561124</distance>\n        </school>\n        <school>\n            <universal-id>0620884</universal-id>\n            <nces-id nil=\"true\"/>\n            <state-id nil=\"true\"/>\n            <name>Gan Mah Tov Pre-Sch-Beth Jacob</name>\n            <school-summary>Gan Mah Tov Pre-Sch-Beth Jacob, a private school located in Oakland, CA, serves grades PK-K in the .</school-summary>\n            <type>private</type>\n            <level-codes>p,e</level-codes>\n            <level>PK,KG</level>\n            <street>3778 Park Boulevard</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 530-2146</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.804211</lat>\n            <lon type=\"float\">-122.230118</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/20884-Gan-Mah-Tov-Pre-Sch-Beth-Jacob/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.1839554724296915</distance>\n        </school>\n        <school>\n            <universal-id>0608485</universal-id>\n            <nces-id>00079445</nces-id>\n            <state-id>01611196967434</state-id>\n            <name>Alameda Christian School</name>\n            <school-summary>Alameda Christian School, a private school located in Alameda, CA, serves grades K-8 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8</level>\n            <street>2226 Pacific Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 523-1000</phone>\n            <fax>(510) 523-4022</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.768356</lat>\n            <lon type=\"float\">-122.244209</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site>http://www.alamedachristianschool.com</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/8485-Alameda-Christian-School/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.200701840506046</distance>\n        </school>\n        <school>\n            <universal-id>0600187</universal-id>\n            <nces-id>062805004299</nces-id>\n            <state-id>01612596057061</state-id>\n            <name>Edna Brewer Middle School</name>\n            <school-summary>Edna Brewer Middle School, a public school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>3748 13th Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94610</zip>\n            <phone>(510) 531-6600</phone>\n            <fax>(510) 531-6626</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.803188</lat>\n            <lon type=\"float\">-122.229362</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://ednabrewer.net</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/187-Edna-Brewer-Middle-School/</overview-url>\n            <rating>6</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.2018237289820672</distance>\n        </school>\n        <school>\n            <universal-id>0615173</universal-id>\n            <nces-id>A0300188</nces-id>\n            <state-id>01611197094865</state-id>\n            <name>Children's Learning Center</name>\n            <school-summary>Children's Learning Center, a private school located in Alameda, CA, serves grades K-5 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>2152 Central Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 769-7100</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.766087</lat>\n            <lon type=\"float\">-122.248116</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/alameda/15173-Childrens-Learning-Center/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.2171349745858553</distance>\n        </school>\n        <school>\n            <universal-id>0611911</universal-id>\n            <nces-id>062805008678</nces-id>\n            <state-id>01612596118616</state-id>\n            <name>International Community School</name>\n            <school-summary>International Community School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>2825 International Boulevard</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94601</zip>\n            <phone>(510) 532-5400</phone>\n            <fax>(510) 261-2024</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.779472</lat>\n            <lon type=\"float\">-122.231003</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://ics.ousd.k12.ca.us</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/11911-International-Community-School/</overview-url>\n            <rating>4</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.2579103234866467</distance>\n        </school>\n        <school>\n            <universal-id>0612557</universal-id>\n            <nces-id>062805011294</nces-id>\n            <state-id>01612590100792</state-id>\n            <name>Think College Now School</name>\n            <school-summary>Think College Now School, a public school located in Oakland, CA, serves grades K-5 in the Oakland Unified School District.It has received a GreatSchools Rating of 2 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>2825 International Boulevard</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94601</zip>\n            <phone>(510) 532-5500</phone>\n            <fax>(510) 879-5430</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.779472</lat>\n            <lon type=\"float\">-122.231003</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://thinkcollegenow.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/12557-Think-College-Now-School/</overview-url>\n            <rating>2</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.2579103234866467</distance>\n        </school>\n        <school>\n            <universal-id>0600017</universal-id>\n            <nces-id>060177000057</nces-id>\n            <state-id>01611196090112</state-id>\n            <name>Will C. Wood Middle School</name>\n            <school-summary>Will C. Wood Middle School, a public school located in Alameda, CA, serves grades 6-8 in the Alameda Unified School District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>420 Grand Street</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 748-4015</phone>\n            <fax>(510) 523-8829</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.761299</lat>\n            <lon type=\"float\">-122.262497</lon>\n            <district-name>Alameda Unified School District</district-name>\n            <district-id type=\"integer\">1</district-id>\n            <web-site>http://wms.alamedausd.ca.schoolloop.com</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/17-Will-C.-Wood-Middle-School/</overview-url>\n            <rating>6</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.283644351100451</distance>\n        </school>\n        <school>\n            <universal-id>0600272</universal-id>\n            <nces-id>063033004729</nces-id>\n            <state-id>01612756002281</state-id>\n            <name>Beach Elementary School</name>\n            <school-summary>Beach Elementary School, a public school located in Piedmont, CA, serves grades K-5 in the Piedmont City Unified School District.It has received a GreatSchools Rating of 8 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>e</level-codes>\n            <level>KG,1,2,3,4,5</level>\n            <street>100 Lake Avenue</street>\n            <city>Piedmont</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94611</zip>\n            <phone>(510) 594-2666</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.822666</lat>\n            <lon type=\"float\">-122.245163</lon>\n            <district-name>Piedmont City Unified School District</district-name>\n            <district-id type=\"integer\">15</district-id>\n            <web-site>http://www.piedmont.k12.ca.us/beach/</web-site>\n            <overview-url>https://www.greatschools.org/california/piedmont/272-Beach-Elementary-School/</overview-url>\n            <rating>8</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.3367195247741313</distance>\n        </school>\n        <school>\n            <universal-id>0600001</universal-id>\n            <nces-id>060177000041</nces-id>\n            <state-id>01611190130229</state-id>\n            <name>Alameda High School</name>\n            <school-summary>Alameda High School, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 9 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>public</type>\n            <level-codes>h</level-codes>\n            <level>9,10,11,12</level>\n            <street>2201 Encinal Avenue</street>\n            <city>Alameda</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94501</zip>\n            <phone>(510) 337-7022</phone>\n            <fax>(510) 521-4740</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.76421</lat>\n            <lon type=\"float\">-122.24704</lon>\n            <district-name>Alameda Unified School District</district-name>\n            <district-id type=\"integer\">1</district-id>\n            <web-site>http://aus.alamedausd.ca.schoolloop.com</web-site>\n            <overview-url>https://www.greatschools.org/california/alameda/1-Alameda-High-School/</overview-url>\n            <rating>9</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.3590209651161347</distance>\n        </school>\n        <school>\n            <universal-id>0626441</universal-id>\n            <nces-id>060240504288</nces-id>\n            <state-id>60020006002000</state-id>\n            <name>Lazear Charter Academy</name>\n            <school-summary>Lazear Charter Academy, a charter school located in Oakland, CA, serves grades K-8 in the Alameda County Office of Education.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.</school-summary>\n            <type>charter</type>\n            <level-codes>e,m</level-codes>\n            <level>KG,1,2,3,4,5,6,7,8</level>\n            <street>824 29th Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94601</zip>\n            <phone>(510) 689-2018</phone>\n            <fax>(510) 904-6751</fax>\n            <county>Alameda County</county>\n            <lat type=\"float\">37.775997</lat>\n            <lon type=\"float\">-122.231201</lon>\n            <district-name>Alameda County Office of Education</district-name>\n            <district-id type=\"integer\">1069</district-id>\n            <web-site>http://www.efcps.org</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/26441-Lazear-Charter-Academy/</overview-url>\n            <rating>5</rating>\n            <year type=\"integer\">2023</year>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.365695875327774</distance>\n        </school>\n        <school>\n            <universal-id>0625853</universal-id>\n            <nces-id nil=\"true\"/>\n            <state-id>01612596140131</state-id>\n            <name>Seneca Family of Agencies - Building Blocks</name>\n            <school-summary>Seneca Family of Agencies - Building Blocks, a private school located in Oakland, CA, serves grades K-1 in the .</school-summary>\n            <type>private</type>\n            <level-codes>e</level-codes>\n            <level>KG,1</level>\n            <street>2370 Grande Vista Place</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94601</zip>\n            <phone>(510) 434-7990</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.793861</lat>\n            <lon type=\"float\">-122.224541</lon>\n            <district-name nil=\"true\"/>\n            <district-id type=\"integer\">0</district-id>\n            <web-site nil=\"true\"/>\n            <overview-url>https://www.greatschools.org/california/oakland/25853-Seneca-Family-Of-Agencies---Building-Blocks/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.3730185044800978</distance>\n        </school>\n        <school>\n            <universal-id>0632006</universal-id>\n            <nces-id>062805013772</nces-id>\n            <state-id>01612590129403</state-id>\n            <name>Epic Charter</name>\n            <school-summary>Epic Charter, a charter school located in Oakland, CA, serves grades 6-8 in the Oakland Unified School District.</school-summary>\n            <type>charter</type>\n            <level-codes>m</level-codes>\n            <level>6,7,8</level>\n            <street>1112 29th Avenue</street>\n            <city>Oakland</city>\n            <state>CA</state>\n            <fipscounty type=\"integer\">6001</fipscounty>\n            <zip>94601</zip>\n            <phone>(510) 689-2035</phone>\n            <fax nil=\"true\"/>\n            <county>Alameda</county>\n            <lat type=\"float\">37.777138</lat>\n            <lon type=\"float\">-122.230019</lon>\n            <district-name>Oakland Unified School District</district-name>\n            <district-id type=\"integer\">14</district-id>\n            <web-site>http://efcps.org/our-schools/epic/</web-site>\n            <overview-url>https://www.greatschools.org/california/oakland/32006-Epic-Charter/</overview-url>\n            <rating nil=\"true\"/>\n            <year nil=\"true\"/>\n            <rating-description>The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.</rating-description>\n            <distance type=\"float\">2.381058881280525</distance>\n        </school>\n    </schools>\n    <cur-page type=\"integer\">1</cur-page>\n    <items-per-page type=\"integer\">50</items-per-page>\n    <max-page-num type=\"integer\">5</max-page-num>\n    <total-count type=\"integer\">265</total-count>\n    <links>\n        <self>/nearby-schools?lon=-122.2680029&amp;page=1&amp;lat=37.7940627</self>\n        <prev>/nearby-schools?lon=-122.2680029&amp;page=0&amp;lat=37.7940627</prev>\n        <next>/nearby-schools?lon=-122.2680029&amp;page=2&amp;lat=37.7940627</next>\n        <first>/nearby-schools?lon=-122.2680029&amp;page=0&amp;lat=37.7940627</first>\n        <last>/nearby-schools?lon=-122.2680029&amp;page=5&amp;lat=37.7940627</last>\n    </links>\n</hash>"}],"_postman_id":"ea172e5b-8467-4c95-b5e9-83288ee94e24"},{"name":"List schools in zipcode or city + state","event":[{"listen":"test","script":{"id":"baf1441b-6132-4c4b-a199-d5017ab49796","exec":[""],"type":"text/javascript"}}],"id":"514523ed-e566-497c-a17b-7de8117999e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"},{"key":"Content","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"}],"url":"https://gs-api.greatschools.org/schools","description":"<p>Returns a list of applicable schools given the query parameters. Must provide either a zipcode OR city + state values.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}},"urlObject":{"protocol":"https","path":["schools"],"host":["gs-api","greatschools","org"],"query":[{"disabled":true,"description":{"content":"<p>Zipcode (required if not providing city + state)</p>\n","type":"text/plain"},"key":"zip","value":"<string>"},{"disabled":true,"description":{"content":"<p>State name (required if providing city value)</p>\n","type":"text/plain"},"key":"state","value":"<string>"},{"disabled":true,"description":{"content":"<p>City name (required if providing state value)</p>\n","type":"text/plain"},"key":"city","value":"<string>"},{"disabled":true,"description":{"content":"<p>Type of school you wish to appear in the list. Valid values: public, charter, private.\nThe default is all.\nYou can combine queries using the following format\n(the parenthesis need to be included): (public or charter)</p>\n","type":"text/plain"},"key":"school_type","value":"<string>"},{"disabled":true,"description":{"content":"<p>Level of school you wish to appear in the list.\ne - elementary\nm - middle\nh - high</p>\n","type":"text/plain"},"key":"level_codes","value":"<string>"},{"disabled":true,"description":{"content":"<p>Maximum number of schools to return. Default 50. Max 50.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"disabled":true,"description":{"content":"<p>Zero indexed. Use in combination with limit. Default 0.</p>\n","type":"text/plain"},"key":"page","value":"<integer>"}],"variable":[]}},"response":[{"id":"edae3d84-f46a-4be1-b9ef-33d6b28afc19","name":"List 50 schools located in Alameda, California","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"application/json or application/xml","type":"text"},{"key":"Content","value":"application/json","description":"application/json or application/xml","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","description":"This is the API key you were issued when you signed up.","type":"text"}],"url":{"raw":"https://gs-api.greatschools.org/schools?city=Alameda&state=CA&limit=50","protocol":"https","host":["gs-api","greatschools","org"],"path":["schools"],"query":[{"key":"city","value":"Alameda"},{"key":"state","value":"CA"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Jun 2023 10:01:53 EDT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61779"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"95859cc5-9f3e-4d02-8450-28a98dae27fe"},{"key":"x-amz-apigw-id","value":"GaLEsHwfIAMF1IQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-64872550-2d6cf16329b48e1b7c1a64d9"}],"cookie":[],"responseTime":null,"body":"{\n    \"schools\": [\n        {\n            \"universal-id\": \"0600001\",\n            \"nces-id\": \"060177000041\",\n            \"state-id\": \"01611190130229\",\n            \"name\": \"Alameda High School\",\n            \"school-summary\": \"Alameda High School, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 9 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"2201 Encinal Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 337-7022\",\n            \"fax\": \"(510) 521-4740\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.76421,\n            \"lon\": -122.24704,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://aus.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/1-Alameda-High-School/\",\n            \"rating\": \"9\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600010\",\n            \"nces-id\": \"060177000049\",\n            \"state-id\": \"01611196090054\",\n            \"name\": \"Lincoln Middle School\",\n            \"school-summary\": \"Lincoln Middle School, a public school located in Alameda, CA, serves grades 6-8 in the Alameda Unified School District.It has received a GreatSchools Rating of 8 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"1250 Fernside Boulevard\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4018\",\n            \"fax\": \"(510) 523-6217\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.752831,\n            \"lon\": -122.231895,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://lms.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/10-Lincoln-Middle-School/\",\n            \"rating\": \"8\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0610045\",\n            \"nces-id\": \"A9302216\",\n            \"state-id\": \"01611196979140\",\n            \"name\": \"Children's Learning Center\",\n            \"school-summary\": \"Children's Learning Center, a private school located in Alameda, CA, serves grades 1-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\n            \"street\": \"1910 Central Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 769-7100\",\n            \"fax\": \"(510) 769-1824\",\n            \"county\": \"Alameda\",\n            \"lat\": 37.768581,\n            \"lon\": -122.253288,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.clcalameda.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/10045-Childrens-Learning-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0611902\",\n            \"nces-id\": \"060166408673\",\n            \"state-id\": \"01611190130609\",\n            \"name\": \"Alameda Community Learning Center\",\n            \"school-summary\": \"Alameda Community Learning Center, a charter school located in Alameda, CA, serves grades 6-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"m,h\",\n            \"level\": \"6,7,8,9,10,11,12\",\n            \"street\": \"1900 3rd Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 995-4300\",\n            \"fax\": \"(510) 995-4307\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.779163,\n            \"lon\": -122.286842,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://www.alamedaclc.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/11902-Alameda-Community-Learning-Center/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600014\",\n            \"nces-id\": \"060177000054\",\n            \"state-id\": \"01611196090021\",\n            \"name\": \"Frank Otis Elementary School\",\n            \"school-summary\": \"Frank Otis Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"3010 Fillmore Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4013\",\n            \"fax\": \"(510) 523-6880\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.754227,\n            \"lon\": -122.238541,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://otis.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/14-Frank-Otis-Elementary-School/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0614052\",\n            \"nces-id\": \"060177010547\",\n            \"state-id\": \"01611190106401\",\n            \"name\": \"Alameda Science And Technology Institute\",\n            \"school-summary\": \"Alameda Science And Technology Institute, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 10 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"555 Ralph Appezzato Memorial Parkway\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4021\",\n            \"fax\": \"(510) 748-4121\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.780884,\n            \"lon\": -122.279305,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://asti-alamedausd-ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/14052-Alameda-Science-And-Technology-Institute/\",\n            \"rating\": \"10\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600015\",\n            \"nces-id\": \"060177000003\",\n            \"state-id\": \"01611196090120\",\n            \"name\": \"William G. Paden Elementary School\",\n            \"school-summary\": \"William G. Paden Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"444 Central Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4014\",\n            \"fax\": \"(510) 865-9427\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.771286,\n            \"lon\": -122.283936,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://paden.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/15-William-G.-Paden-Elementary-School/\",\n            \"rating\": \"5\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0615173\",\n            \"nces-id\": \"A0300188\",\n            \"state-id\": \"01611197094865\",\n            \"name\": \"Children's Learning Center\",\n            \"school-summary\": \"Children's Learning Center, a private school located in Alameda, CA, serves grades K-5 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"2152 Central Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 769-7100\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.766087,\n            \"lon\": -122.248116,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/15173-Childrens-Learning-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0615792\",\n            \"nces-id\": \"K9500956\",\n            \"state-id\": null,\n            \"name\": \"Bright Horizons At Garner Learning Center\",\n            \"school-summary\": \"Bright Horizons At Garner Learning Center, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"2275 North Loop Road\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 769-5437\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.731422,\n            \"lon\": -122.245674,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/15792-Bright-Horizons-At-Garner-Learning-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0615815\",\n            \"nces-id\": \"A0500208\",\n            \"state-id\": \"01611196202253\",\n            \"name\": \"Central Christian School\",\n            \"school-summary\": \"Central Christian School, a private school located in Alameda, CA, serves grades K-3 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3\",\n            \"street\": \"2133 Central Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 523-7858\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.767033,\n            \"lon\": -122.24836,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.cde.ca.gov/SchoolDirectory/details?cdscode=01611196202253\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/15815-Central-Christian-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0616978\",\n            \"nces-id\": \"060177011549\",\n            \"state-id\": \"01611190111765\",\n            \"name\": \"Ruby Bridges Elementary School\",\n            \"school-summary\": \"Ruby Bridges Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"351 Jack London Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4006\",\n            \"fax\": \"(510) 748-8314\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.782188,\n            \"lon\": -122.286545,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://rubybridges.alamedausd.ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/16978-Ruby-Bridges-Elementary-School/\",\n            \"rating\": \"4\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600017\",\n            \"nces-id\": \"060177000057\",\n            \"state-id\": \"01611196090112\",\n            \"name\": \"Will C. Wood Middle School\",\n            \"school-summary\": \"Will C. Wood Middle School, a public school located in Alameda, CA, serves grades 6-8 in the Alameda Unified School District.It has received a GreatSchools Rating of 6 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"420 Grand Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4015\",\n            \"fax\": \"(510) 523-8829\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.761299,\n            \"lon\": -122.262497,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://wms.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17-Will-C.-Wood-Middle-School/\",\n            \"rating\": \"6\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0617140\",\n            \"nces-id\": \"A1500155\",\n            \"state-id\": \"07617966932917\",\n            \"name\": \"Applied Scholastics Academy, East Bay\",\n            \"school-summary\": \"Applied Scholastics Academy, East Bay, a private school located in Alameda, CA, serves grades K-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8,9,10,11,12\",\n            \"street\": \"2017 Central Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-0428\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.76968,\n            \"lon\": -122.249313,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://asaeastbay.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17140-Applied-Scholastics-Academy-East-Bay/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0617765\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Little Seed Childrens Center\",\n            \"school-summary\": \"Little Seed Childrens Center, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"2100 Mariner Square Drive\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 865-5900\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.784492,\n            \"lon\": -122.275764,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17765-Little-Seed-Childrens-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0617768\",\n            \"nces-id\": \"A0770428\",\n            \"state-id\": null,\n            \"name\": \"Kindercare Learning Center #1335\",\n            \"school-summary\": \"Kindercare Learning Center #1335, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"2155 North Loop Road\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 521-3227\",\n            \"fax\": \"(510) 521-0618\",\n            \"county\": \"Alameda\",\n            \"lat\": 37.730656,\n            \"lon\": -122.243614,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.kindercare.com/our-centers/alameda/ca/301335/?cid=greatschools_301335\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17768-Kindercare-Learning-Center-1335/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0617772\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Home Sweet Home Child Care Center\",\n            \"school-summary\": \"Home Sweet Home Child Care Center, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"1900 3rd Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4314\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.779419,\n            \"lon\": -122.287651,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17772-Home-Sweet-Home-Child-Care-Center/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0617773\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"Peter Pan Academy\",\n            \"school-summary\": \"Peter Pan Academy, a private school located in Alameda, CA, serves grades K-3 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3\",\n            \"street\": \"2100 Mariner Square Drive\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 523-5050\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.784492,\n            \"lon\": -122.275764,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/17773-Peter-Pan-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600002\",\n            \"nces-id\": \"060177000006\",\n            \"state-id\": \"01611196110779\",\n            \"name\": \"Bay Farm\",\n            \"school-summary\": \"Bay Farm, a public school located in Alameda, CA, serves grades K-8 in the Alameda Unified School District.It has received a GreatSchools Rating of 8 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"200 Aughinbaugh Way\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 748-4010\",\n            \"fax\": \"(510) 865-2194\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.744686,\n            \"lon\": -122.251518,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://bayfarm.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/2-Bay-Farm/\",\n            \"rating\": \"8\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0624205\",\n            \"nces-id\": \"02113318\",\n            \"state-id\": \"01611196204697\",\n            \"name\": \"Coastline Christian Schools\",\n            \"school-summary\": \"Coastline Christian Schools, a private school located in Alameda, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"1801 North Loop Road\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 522-0200\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.727219,\n            \"lon\": -122.239243,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/24205-Chinese-Christian-Schools---Alameda/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0625151\",\n            \"nces-id\": \"060188712399\",\n            \"state-id\": \"01611190119222\",\n            \"name\": \"Nea Community Learning Center School\",\n            \"school-summary\": \"Nea Community Learning Center School, a charter school located in Alameda, CA, serves grades K-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 4 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8,9,10,11,12\",\n            \"street\": \"1900 3rd Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4008\",\n            \"fax\": \"(510) 864-4281\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.779163,\n            \"lon\": -122.286842,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://www.clcschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/25151-Nea-Community-Learning-Center-School/\",\n            \"rating\": \"4\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0625256\",\n            \"nces-id\": \"060164200042\",\n            \"state-id\": \"01220850122085\",\n            \"name\": \"The Academy Of Alameda\",\n            \"school-summary\": \"The Academy Of Alameda, a charter school located in Alameda, CA, serves grades 6-8 in the The Academy of Alameda District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"m\",\n            \"level\": \"6,7,8\",\n            \"street\": \"401 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4017\",\n            \"fax\": \"(510) 523-5304\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.777298,\n            \"lon\": -122.284996,\n            \"district-name\": \"The Academy of Alameda District\",\n            \"district-id\": 2741,\n            \"web-site\": \"http://aoaschools.org/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/25256-The-Academy-Of-Alameda/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0625837\",\n            \"nces-id\": null,\n            \"state-id\": \"01611196139018\",\n            \"name\": \"Chinese American Schools - Alameda\",\n            \"school-summary\": \"Chinese American Schools - Alameda, a private school located in Alameda, CA, serves grades 9-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"1501 Harbor Bay Parkway\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 814-7321\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.725845,\n            \"lon\": -122.239342,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/25837-Chinese-American-Schools---Alameda/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0625857\",\n            \"nces-id\": null,\n            \"state-id\": \"01611196141683\",\n            \"name\": \"The Child Unique Montessori School\",\n            \"school-summary\": \"The Child Unique Montessori School, a private school located in Alameda, CA, serves grades K-5 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"2226 Encinal Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 521-9227\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.763783,\n            \"lon\": -122.247086,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/25857-The-Child-Unique-Montessori-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0626955\",\n            \"nces-id\": \"060177013107\",\n            \"state-id\": \"01611190126656\",\n            \"name\": \"Maya Lin School\",\n            \"school-summary\": \"Maya Lin School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"825 Taylor Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 337-7007\",\n            \"fax\": \"(510) 523-8798\",\n            \"county\": \"Alameda\",\n            \"lat\": 37.772724,\n            \"lon\": -122.271889,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://mls-alamedausd-ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/26955-Maya-Lin-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0629733\",\n            \"nces-id\": null,\n            \"state-id\": null,\n            \"name\": \"American Inter Mont School\",\n            \"school-summary\": \"American Inter Mont School, a private school located in Alameda, CA, serves grades PK-K in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"p,e\",\n            \"level\": \"PK,KG\",\n            \"street\": \"1410 8th Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 868-1815\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.771767,\n            \"lon\": -122.272491,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/29733-American-Inter-Mont-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0631224\",\n            \"nces-id\": null,\n            \"state-id\": \"01611196147607\",\n            \"name\": \"Da Vinci Center For Gifted Children\",\n            \"school-summary\": \"Da Vinci Center For Gifted Children, a private school located in Alameda, CA, serves grades K-6 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5,6\",\n            \"street\": \"472 Taylor Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 219-9410\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.772339,\n            \"lon\": -122.282875,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/31224-Da-Vinci-Center-For-Gifted-Children/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0632002\",\n            \"nces-id\": \"060217913871\",\n            \"state-id\": \"01318050131805\",\n            \"name\": \"The Academy Of Alameda Elementary\",\n            \"school-summary\": \"The Academy Of Alameda Elementary, a charter school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.\",\n            \"type\": \"charter\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"401 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4017\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.777298,\n            \"lon\": -122.284996,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://www.aoaschools.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32002-The-Academy-Of-Alameda-Elementary/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0632517\",\n            \"nces-id\": \"A1500212\",\n            \"state-id\": null,\n            \"name\": \"CALIFORNIA CROSSPOINT HIGH SCHOOL\",\n            \"school-summary\": \"CALIFORNIA CROSSPOINT HIGH SCHOOL, a private school located in Alameda, CA, serves grades 6-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"m,h\",\n            \"level\": \"6,7,8,9,10,11,12\",\n            \"street\": \"25500 INDUSTRIAL BLVD\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 995-5333\",\n            \"fax\": null,\n            \"county\": \"ALAMEDA\",\n            \"lat\": 37.733902,\n            \"lon\": -122.248375,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32517-CALIFORNIA-CROSSPOINT-HIGH-SCHOOL/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0632845\",\n            \"nces-id\": \"060177014340\",\n            \"state-id\": \"01611190138214\",\n            \"name\": \"Alameda Unified Special Education\",\n            \"school-summary\": \"Alameda Unified Special Education, a public school located in Alameda, CA, serves grades Ungraded in the Alameda Unified School District.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"2060 Challenger Drive\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 337-7000\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.782211,\n            \"lon\": -122.270088,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32845-Alameda-Unified-Special-Education/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0632875\",\n            \"nces-id\": \"060177014446\",\n            \"state-id\": \"01611190139220\",\n            \"name\": \"Maya Lin\",\n            \"school-summary\": \"Maya Lin, a public school located in Alameda, CA, serves grades Ungraded in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"825 Taylor Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4007\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.772663,\n            \"lon\": -122.271461,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://mls-alamedausd-ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32875-Maya-Lin/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0632972\",\n            \"nces-id\": \"A1500247\",\n            \"state-id\": null,\n            \"name\": \"Da Vinci Center for Gifted Children\",\n            \"school-summary\": \"Da Vinci Center for Gifted Children, a private school located in Alameda, CA, serves grades K-9 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8,9\",\n            \"street\": \"2050 Lincoln Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 219-9410\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.769558,\n            \"lon\": -122.249443,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/32972-Da-Vinci-Center-For-Gifted-Children/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0633641\",\n            \"nces-id\": \"A1900754\",\n            \"state-id\": null,\n            \"name\": \"St Joseph Notre Dame High School\",\n            \"school-summary\": \"St Joseph Notre Dame High School, a private school located in Alameda, CA, serves grades 9-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"1011 Chestnut Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 523-1526\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.765587,\n            \"lon\": -122.255592,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/33641-St-Joseph-Notre-Dame-High-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0633662\",\n            \"nces-id\": \"A1900789\",\n            \"state-id\": null,\n            \"name\": \"The Child Unique Montessori School\",\n            \"school-summary\": \"The Child Unique Montessori School, a private school located in Alameda, CA, serves grades Ungraded in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"2226 Encinal Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 521-9227\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.763596,\n            \"lon\": -122.247223,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/33662-The-Child-Unique-Montessori-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600004\",\n            \"nces-id\": \"060177000043\",\n            \"state-id\": \"01611196100374\",\n            \"name\": \"Amelia Earhart Elementary School\",\n            \"school-summary\": \"Amelia Earhart Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 8 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"400 Packet Landing Road\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 748-4003\",\n            \"fax\": \"(510) 523-5837\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.744888,\n            \"lon\": -122.237427,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://earhart.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/4-Amelia-Earhart-Elementary-School/\",\n            \"rating\": \"8\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600005\",\n            \"nces-id\": \"060177000044\",\n            \"state-id\": \"01611196090013\",\n            \"name\": \"Edison Elementary School\",\n            \"school-summary\": \"Edison Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 8 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"2700 Buena Vista Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4002\",\n            \"fax\": \"(510) 523-6131\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.765064,\n            \"lon\": -122.234657,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://edison.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/5-Edison-Elementary-School/\",\n            \"rating\": \"8\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600006\",\n            \"nces-id\": \"060177000045\",\n            \"state-id\": \"01611190132142\",\n            \"name\": \"Encinal Junior/Senior High\",\n            \"school-summary\": \"Encinal Junior/Senior High, a public school located in Alameda, CA, serves grades 6-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"m,h\",\n            \"level\": \"6,7,8,9,10,11,12\",\n            \"street\": \"210 Central Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4023\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.771355,\n            \"lon\": -122.289619,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://ehs.alamedausd.ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/6-Encinal-Junior-Senior-High/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600007\",\n            \"nces-id\": \"060177004337\",\n            \"state-id\": \"01611196090039\",\n            \"name\": \"Franklin Elementary School\",\n            \"school-summary\": \"Franklin Elementary School, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 7 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"1433 San Antonio Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4004\",\n            \"fax\": \"(510) 337-2439\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.769115,\n            \"lon\": -122.260933,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://franklin.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/7-Franklin-Elementary-School/\",\n            \"rating\": \"7\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600008\",\n            \"nces-id\": \"060177000047\",\n            \"state-id\": \"01611196090047\",\n            \"name\": \"Love Elementary\",\n            \"school-summary\": \"Love Elementary, a public school located in Alameda, CA, serves grades K-5 in the Alameda Unified School District.It has received a GreatSchools Rating of 5 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2,3,4,5\",\n            \"street\": \"2025 Santa Clara Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4005\",\n            \"fax\": \"(510) 523-6178\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.770409,\n            \"lon\": -122.25061,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://haightschool.alamedausd.ca.schoolloop.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/8-Henry-Haight-Elementary-School/\",\n            \"rating\": \"5\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0608234\",\n            \"nces-id\": \"00074957\",\n            \"state-id\": \"01611196933154\",\n            \"name\": \"Saint Joseph Notre Dame High School\",\n            \"school-summary\": \"Saint Joseph Notre Dame High School, a private school located in Alameda, CA, serves grades 9-12 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"1011 Chestnut Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 523-1526\",\n            \"fax\": \"(510) 523-2181\",\n            \"county\": \"Alameda\",\n            \"lat\": 37.765614,\n            \"lon\": -122.255119,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://sjnd.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/8234-Saint-Joseph-Notre-Dame-High-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0608235\",\n            \"nces-id\": \"00074968\",\n            \"state-id\": \"01611196965891\",\n            \"name\": \"St. Joseph Elementary School\",\n            \"school-summary\": \"St. Joseph Elementary School, a private school located in Alameda, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"1910 San Antonio Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 522-4456\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.766018,\n            \"lon\": -122.25515,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.stjosephalameda.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/8235-St.-Joseph-Elementary-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0608253\",\n            \"nces-id\": \"00075203\",\n            \"state-id\": \"01611196973077\",\n            \"name\": \"St. Philip Neri Elementary School\",\n            \"school-summary\": \"St. Philip Neri Elementary School, a private school located in Alameda, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"1335 High Street\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 521-0787\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.757446,\n            \"lon\": -122.233307,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"www.spnalameda.org\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/8253-St.-Philip-Neri-Elementary-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0608485\",\n            \"nces-id\": \"00079445\",\n            \"state-id\": \"01611196967434\",\n            \"name\": \"Alameda Christian School\",\n            \"school-summary\": \"Alameda Christian School, a private school located in Alameda, CA, serves grades K-8 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m\",\n            \"level\": \"KG,1,2,3,4,5,6,7,8\",\n            \"street\": \"2226 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 523-1000\",\n            \"fax\": \"(510) 523-4022\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.768356,\n            \"lon\": -122.244209,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.alamedachristianschool.com\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/8485-Alameda-Christian-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0608852\",\n            \"nces-id\": \"A0770562\",\n            \"state-id\": \"01611196995591\",\n            \"name\": \"Peter Pan Academy\",\n            \"school-summary\": \"Peter Pan Academy, a private school located in Alameda, CA, serves grades K-2 in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e\",\n            \"level\": \"KG,1,2\",\n            \"street\": \"3171 Mecartney Road\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94502\",\n            \"phone\": \"(510) 521-2711\",\n            \"fax\": null,\n            \"county\": \"Alameda\",\n            \"lat\": 37.738087,\n            \"lon\": -122.242371,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": \"http://www.peterpanschools.com/peteracademy/peteracademy_index.html\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/8852-Peter-Pan-Academy/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0600009\",\n            \"nces-id\": \"060177000048\",\n            \"state-id\": \"01611190134304\",\n            \"name\": \"Island High (Continuation) School\",\n            \"school-summary\": \"Island High (Continuation) School, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 2 out of 10, based on a variety of school quality measures.\",\n            \"type\": \"public\",\n            \"level-codes\": \"h\",\n            \"level\": \"9,10,11,12\",\n            \"street\": \"500 Pacific Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 748-4024\",\n            \"fax\": \"(510) 769-7417\",\n            \"county\": \"Alameda County\",\n            \"lat\": 37.776016,\n            \"lon\": -122.281906,\n            \"district-name\": \"Alameda Unified School District\",\n            \"district-id\": 1,\n            \"web-site\": \"http://ihs.alamedausd.ca.schoolloop.com/\",\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/9-Island-High-Continuation-School/\",\n            \"rating\": \"2\",\n            \"year\": 2023,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        },\n        {\n            \"universal-id\": \"0609623\",\n            \"nces-id\": \"A9100659\",\n            \"state-id\": null,\n            \"name\": \"The Child Unique Montessori School\",\n            \"school-summary\": \"The Child Unique Montessori School, a private school located in Alameda, CA, serves grades Ungraded in the .\",\n            \"type\": \"private\",\n            \"level-codes\": \"e,m,h\",\n            \"level\": \"UG\",\n            \"street\": \"2226 Encinal Avenue\",\n            \"city\": \"Alameda\",\n            \"state\": \"CA\",\n            \"fipscounty\": 6001,\n            \"zip\": \"94501\",\n            \"phone\": \"(510) 521-9227\",\n            \"fax\": null,\n            \"county\": \"Alameda County\",\n            \"lat\": 37.763596,\n            \"lon\": -122.247223,\n            \"district-name\": null,\n            \"district-id\": 0,\n            \"web-site\": null,\n            \"overview-url\": \"https://www.greatschools.org/california/alameda/9623-The-Child-Unique-Montessori-School/\",\n            \"rating\": null,\n            \"year\": null,\n            \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n        }\n    ],\n    \"cur_page\": 0,\n    \"items_per_page\": 50,\n    \"max_page_num\": 0,\n    \"total_count\": 45,\n    \"links\": {\n        \"self\": \"/schools?city=Alameda&state=CA&page=0\",\n        \"prev\": \"\",\n        \"next\": \"\",\n        \"first\": \"/schools?city=Alameda&state=CA&page=0\",\n        \"last\": \"/schools?city=Alameda&state=CA&page=0\"\n    }\n}"}],"_postman_id":"514523ed-e566-497c-a17b-7de8117999e6"},{"name":"Retrieve directory info for a school","id":"423f9412-6202-4bc2-91c5-ab4268ee88fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"},{"key":"Content","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"}],"url":"https://gs-api.greatschools.org/schools/:universal_id","description":"<p>Returns a single school, identified by the <code>:universal_id</code> path variable.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}},"urlObject":{"protocol":"https","path":["schools",":universal_id"],"host":["gs-api","greatschools","org"],"query":[],"variable":[{"id":"7ee23eea-8614-4d2b-865a-62f94cb4ee05","description":{"content":"<p>The universal ID is a 7-digit unique identifier created by GreatSchools.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"universal_id"}]}},"response":[{"id":"655fa708-226c-4780-8ccf-c18fe84e0a9a","name":"Get school directory info","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"url":{"raw":"https://gs-api.greatschools.org/schools/0600001","protocol":"https","host":["gs-api","greatschools","org"],"path":["schools","0600001"],"query":[{"key":"state","value":"<string>","disabled":true},{"key":"limit","value":"<string>","disabled":true},{"key":"page","value":"<string>","disabled":true},{"key":"zip","value":"<string>","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jun 2023 23:47:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1425"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"595a907c-db7c-4ab8-86a0-6ebb790810c5"},{"key":"x-amz-apigw-id","value":"GiGq8Gq8IAMFhEA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648a5178-3be3e47103f92d7d528724b2"}],"cookie":[],"responseTime":null,"body":"{\n    \"universal-id\": \"0600001\",\n    \"nces-id\": \"060177000041\",\n    \"state-id\": \"01611190130229\",\n    \"name\": \"Alameda High School\",\n    \"school-summary\": \"Alameda High School, a public school located in Alameda, CA, serves grades 9-12 in the Alameda Unified School District.It has received a GreatSchools Rating of 9 out of 10, based on a variety of school quality measures.\",\n    \"type\": \"public\",\n    \"level-codes\": \"h\",\n    \"level\": \"9,10,11,12\",\n    \"street\": \"2201 Encinal Avenue\",\n    \"city\": \"Alameda\",\n    \"state\": \"CA\",\n    \"fipscounty\": 6001,\n    \"zip\": \"94501\",\n    \"phone\": \"(510) 337-7022\",\n    \"fax\": \"(510) 521-4740\",\n    \"county\": \"Alameda County\",\n    \"lat\": 37.76421,\n    \"lon\": -122.24704,\n    \"district-name\": \"Alameda Unified School District\",\n    \"district-id\": 1,\n    \"web-site\": \"http://aus.alamedausd.ca.schoolloop.com\",\n    \"overview-url\": \"https://www.greatschools.org/california/alameda/1-Alameda-High-School/\",\n    \"rating\": \"9\",\n    \"year\": 2023,\n    \"rating-description\": \"The GreatSchools Rating helps parents compare schools within a state based on a variety of school quality indicators and provides a helpful picture of how effectively each school serves all of its students. Ratings are on a scale of 1 (below average) to 10 (above average) and can include test scores, college readiness, academic progress, advanced courses, equity, discipline and attendance data. We also advise parents to visit schools, consider other information on school performance and programs, and consider family needs as part of the school selection process.\"\n}"}],"_postman_id":"423f9412-6202-4bc2-91c5-ab4268ee88fd"}],"id":"8d4562c3-df84-4f56-a4a2-607f7e18cf15","description":"<h3 id=\"school-model\">School model</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>universal-id</code></td>\n<td>string</td>\n<td>7-digit unique identifier created by GreatSchools. Used as path variable in other endpoints.</td>\n</tr>\n<tr>\n<td><code>nces-id</code></td>\n<td>string</td>\n<td>Unique identifier from NCES.</td>\n</tr>\n<tr>\n<td><code>state-id</code></td>\n<td>string</td>\n<td>Unique identifier from the state education agency.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>School name.</td>\n</tr>\n<tr>\n<td><code>school-summary</code></td>\n<td>string</td>\n<td>Short school description.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>string</td>\n<td>Type of school. Possible values include: public, private, charter.</td>\n</tr>\n<tr>\n<td><code>level-code</code></td>\n<td>string</td>\n<td>Level(s) of school, based on grade offerings. When multiple levels apply, values will be comma-delimited. Possible values include: p, e, m, h.</td>\n</tr>\n<tr>\n<td><code>level</code></td>\n<td>string</td>\n<td>Grades offered by the school. Possible values include: PK, KG, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, UG, AE.</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td>string</td>\n<td>Street value of school address.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>string</td>\n<td>City value of school address.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>string</td>\n<td>State value of school address.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>string</td>\n<td>Zipcode value of school address.</td>\n</tr>\n<tr>\n<td><code>fipscounty</code></td>\n<td>integer</td>\n<td><a href=\"https://transition.fcc.gov/oet/info/maps/census/fips/fips.txt\">FIPS</a> county code value of school address.</td>\n</tr>\n<tr>\n<td><code>county</code></td>\n<td>string</td>\n<td>County value of school address.</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>float</td>\n<td>Latitude value value of school address.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>float</td>\n<td>Longitude value of school address.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>string</td>\n<td>School phone number.</td>\n</tr>\n<tr>\n<td><code>fax</code></td>\n<td>string</td>\n<td>School fax number.</td>\n</tr>\n<tr>\n<td><code>district-name</code></td>\n<td>string</td>\n<td>Name of district with which the school is affiliated.</td>\n</tr>\n<tr>\n<td><code>district-id</code></td>\n<td>integer</td>\n<td>Unique identifier created by GreatSchools for the affiliated district.</td>\n</tr>\n<tr>\n<td><code>web-site</code></td>\n<td>string</td>\n<td>Website URL of the school.</td>\n</tr>\n<tr>\n<td><code>overview-url</code></td>\n<td>string</td>\n<td>GreatSchools profile URL for the school.</td>\n</tr>\n<tr>\n<td><code>rating</code></td>\n<td>string</td>\n<td><a href=\"https://www.greatschools.org/gk/ratings/#summary-rating\">GreatSchools Summary Rating</a> value for the school.</td>\n</tr>\n<tr>\n<td><code>rating-description</code></td>\n<td>string</td>\n<td>Description of the GreatSchools Summary Rating.</td>\n</tr>\n<tr>\n<td><code>year</code></td>\n<td>integer</td>\n<td>Year when the GreatSchools Summary Rating was last updated in the school's state.</td>\n</tr>\n<tr>\n<td><code>distance</code></td>\n<td>float</td>\n<td>Distance (miles) from lat/lon coordinates. Returned for /nearby-schools endpoint only.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8d4562c3-df84-4f56-a4a2-607f7e18cf15","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}}},{"name":"Demographics","item":[{"name":"Retrieve demographic data for a school","event":[{"listen":"test","script":{"id":"b8b71165-a5ba-4f4a-a762-5d10d8f3eddd","exec":[""],"type":"text/javascript"}}],"id":"785b1d4e-1593-40ff-adbb-db6bb40cdeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"},{"key":"Accept","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"}],"url":"https://gs-api.greatschools.org/schools/:universal-id/metrics","description":"<p>Returns demographic data for a particular school identified by its Universal ID (as delivered in<br />the Schools endpoints).</p>\n<p>Only available for those on the Professional or Premium plan. Contact us (<a href=\"https://desktop.postman.com/?desktopVersion=10.14.2&amp;userId=27756678&amp;teamId=5189475\">api-support@greatschools.org</a>) to upgrade today!</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}},"urlObject":{"protocol":"https","path":["schools",":universal-id","metrics"],"host":["gs-api","greatschools","org"],"query":[],"variable":[{"id":"c86276ac-9bee-4c6e-966a-d9bae418fbc5","description":{"content":"<p>The universal ID is a 7-digit unique identifier created by GreatSchools.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"universal-id"}]}},"response":[{"id":"6e85b26c-eb3c-4cf1-a6ed-1bb2a2bcafd2","name":"Get school demographics","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"url":"https://gs-api.greatschools.org/schools/100001/metrics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"head-official-name\": \"owlie\",\n    \"head-official-email\": \"owlie@owlie.org\",\n    \"enrollment\": 1767.0,\n    \"percent-free-and-reduced-price-lunch\": 20.996,\n    \"percent-economically-disadvantaged\": null,\n    \"percent-students-with-limited-english-proficiency\": 6.84776,\n    \"average-salary\": 71762.87,\n    \"student-teacher-ratio\": 23.38,\n    \"student-counselor-ratio\": 444.75,\n    \"percentage-male\": 50.3113,\n    \"percentage-female\": 49.6887,\n    \"percentage-of-teachers-with-3-or-more-years-experience\": 14.454664,\n    \"percentage-of-full-time-teachers-who-are-certified\": 90.801576,\n    \"ethnicity\": {\n        \"Asian\": 38.3701,\n        \"White\": 30.5037,\n        \"Hispanic\": 12.6203,\n        \"Two or more races\": 6.16865,\n        \"Filipino\": 6.11205,\n        \"African American\": 5.03679,\n        \"Pacific Islander\": 0.565931,\n        \"Native American\": 0.113186\n    }\n}"}],"_postman_id":"785b1d4e-1593-40ff-adbb-db6bb40cdeeb"}],"id":"89a96445-e41a-497a-8b08-6f95149177fe","description":"<h3 id=\"demographics-model\">Demographics model</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>enrollment</code></td>\n<td>float</td>\n<td>Total student enrollment count.</td>\n</tr>\n<tr>\n<td><code>ethnicity</code></td>\n<td>object</td>\n<td>Percentage of students in race/ethnicity categories.  <br />Value is an object containing race/ethnicity descriptions as keys, floats as values.</td>\n</tr>\n<tr>\n<td><code>percent-free-and-reduced-price-lunch</code></td>\n<td>float</td>\n<td>Percentage of students enrolled in a free/reduced-price lunch program.</td>\n</tr>\n<tr>\n<td><code>percent-economically-disadvantaged</code></td>\n<td>float</td>\n<td>Percentage of students who are economically disadvantaged.</td>\n</tr>\n<tr>\n<td><code>percent-students-with-limited-english-proficiency</code></td>\n<td>float</td>\n<td>Percentage of students classified as English language learners (ELL).</td>\n</tr>\n<tr>\n<td><code>average-salary</code></td>\n<td>float</td>\n<td>Average teacher salary (USD).</td>\n</tr>\n<tr>\n<td><code>student-teacher-ratio</code></td>\n<td>float</td>\n<td>Number of students per teacher.</td>\n</tr>\n<tr>\n<td><code>student-counselor-ratio</code></td>\n<td>float</td>\n<td>Number of students per counselor.</td>\n</tr>\n<tr>\n<td><code>percentage-male</code></td>\n<td>float</td>\n<td>Percentage of students who identify as male.</td>\n</tr>\n<tr>\n<td><code>percentage-female</code></td>\n<td>float</td>\n<td>Percentage of students who identify as female.</td>\n</tr>\n<tr>\n<td><code>percentage-of-teachers-with-3-or-more-years-experience</code></td>\n<td>float</td>\n<td>Percentage of teachers with 3 or more years of experience.</td>\n</tr>\n<tr>\n<td><code>percentage-of-full-time-teachers-who-are-certified</code></td>\n<td>float</td>\n<td>Percentage of full-time teachers who are certified.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"4dbb2c8c-c806-4848-b0c5-f072a6307148","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8f5bb676-f2ab-4468-b564-778b1a24d5ff","type":"text/javascript","exec":[""]}}],"_postman_id":"89a96445-e41a-497a-8b08-6f95149177fe","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}}},{"name":"Themed Ratings","item":[{"name":"Retrieve Themed Ratings for a school","event":[{"listen":"test","script":{"id":"10b6fe25-92c4-40c8-b89e-60d6e2506fb4","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"194a4941-ec35-402d-830c-861478edec1c","exec":[""],"type":"text/javascript"}}],"id":"751cf6d0-39e0-42f7-ada4-7e18aaac8dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"},{"key":"Content","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"}],"url":"https://gs-api.greatschools.org/schools/:universal_id/subratings","description":"<p>Returns GreatSchools Themed Ratings information for the school identified by the <code>:universal_id</code> path variable. Learn more about GreatSchools Ratings <a href=\"https://www.greatschools.org/gk/ratings\">here</a>.</p>\n<p>Only available for those on the Premium plan. Contact us (<a href=\"https://desktop.postman.com/?desktopVersion=10.14.2&amp;userId=27756678&amp;teamId=5189475\">api-support@greatschools.org</a>) to upgrade today!</p>\n<h3 id=\"themed-ratings\">Themed Ratings</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>test-scores-rating</code></td>\n<td>The Test Score Rating measures schools on academic proficiency, using performance on state tests (the percentage of students scoring at or above proficiency) across grades and subjects, compared to other schools in the state.</td>\n</tr>\n<tr>\n<td><code>college-readiness-rating</code></td>\n<td>The College Readiness Rating is designed to measure how well high schools prepare their students for success in college and career, compared to other schools in the state.</td>\n</tr>\n<tr>\n<td><code>equity-rating</code></td>\n<td>The Equity Rating is designed to measure how well a school serves the academic development of disadvantaged student groups.</td>\n</tr>\n<tr>\n<td><code>academic-progress-rating</code></td>\n<td>For states that do not provide publicly available growth data (and therefore rule out the potential for a Student Test Score Rating), we calculate an Academic Progress Rating, a proxy rating based on a model using school-level data instead of student-level data.</td>\n</tr>\n<tr>\n<td><code>student-growth-rating</code></td>\n<td>The Student Progress Rating (also known as “growth”) measures whether students at a school are making academic progress over time.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"flags\">Flags</h3>\n<p>If a school has a flag, the value will be <code>1</code>, otherwise an empty object is returned.</p>\n<p>Creating these flags involves two primary steps: identifying schools with high rates of suspension or absenteeism, and identifying schools with significant differences in suspension or chronic absenteeism rates between students from different race/ethnicity groups.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>attendance-flag</code></td>\n<td>Worrisome patterns of out-of-school suspensions have been identified.</td>\n</tr>\n<tr>\n<td><code>discipline-flag</code></td>\n<td>Worrisome patterns of chronic student absenteeism have been identified.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}},"urlObject":{"protocol":"https","path":["schools",":universal_id","subratings"],"host":["gs-api","greatschools","org"],"query":[],"variable":[{"id":"35deeb12-2a61-426f-ae74-95d83b9fcde5","description":{"content":"<p>The universal ID is a 7-digit unique identifier created by GreatSchools.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"universal_id"}]}},"response":[{"id":"c0fff7b7-5890-4119-8287-016bd2621d6a","name":"Get school Themed Ratings","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"url":"https://gs-api.greatschools.org/schools/0600001/subratings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jun 2023 23:56:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2491"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c0208611-356f-4fc1-bdee-85b2c83324fd"},{"key":"Access-Control-Allow-Origin","value":"https://byu.az1.qualtrics.com"},{"key":"x-amz-apigw-id","value":"GiIFQHmwIAMF21Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-648a53ba-3798e1091e8fe775636bd014"}],"cookie":[],"responseTime":null,"body":"{\n    \"test-scores-rating\": {\n        \"value\": 10,\n        \"description\": \"The Test Score Rating examines how students at this school performed on standardized tests compared with other schools in the state. The Test Rating was created using 2022 California Assessment of Student Performance and Progress (CAASPP) data from California Department of Education, and using 2022 California Science Test data from California Department of Education.\",\n        \"year\": 2023\n    },\n    \"college-readiness-rating\": {\n        \"value\": 9,\n        \"description\": \"The College Readiness Rating uses this high school's graduation rates, college entrance exam participation and performance, or AP, IB, or Dual Enrollment participation to determine how well schools are preparing students for success in college and beyond. The College Readiness Rating was created using the following data from the 2018 Civil Rights Data Collection: percentage of students enrolled in IB, AP or Dual Enrollment classes in grades 9-12, using 2019 SAT percent college ready data from California Department of Education, using 2019 Average ACT score data from California Department of Education, using 2019 ACT percent college ready data from California Department of Education, using 2021 4-year high school graduation rate data from California Department of Education, using 2021 Percent of students who meet UC/CSU entrance requirements data from California Department of Education, and using 2019 demographic data from California Department of Education.\",\n        \"year\": 2023\n    },\n    \"equity-rating\": {\n        \"value\": 7,\n        \"description\": \"Using the state\\u0092s Department of Education data, the Equity Overview Rating compares this school to other schools in the state by looking at how well this school serves the needs of disadvantaged students relative to all students using state proficiency tests, student growth or academic progress data, and college readiness data. The Equity Rating was created using 2019 and 2022 California Science Test data from California Department of Education, using 2019 and 2022 California Assessment of Student Performance and Progress (CAASPP) data from California Department of Education, using 2021 4-year high school graduation rate data from California Department of Education, using 2021 Percent of students who meet UC/CSU entrance requirements data from California Department of Education, and using 2019 demographic data from California Department of Education.\",\n        \"year\": 2023\n    },\n    \"academic-progress-rating\": {},\n    \"student-growth-rating\": {},\n    \"attendance-flag\": {},\n    \"discipline-flag\": {}\n}"}],"_postman_id":"751cf6d0-39e0-42f7-ada4-7e18aaac8dbc"}],"id":"31ebb49e-a6d1-40f7-a7b7-7b25a53c920c","description":"<h3 id=\"themed-rating-model\">Themed Rating model</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>value</code></td>\n<td>integer</td>\n<td>Rating value ranging from 1-10.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>Description of the Themed Rating.</td>\n</tr>\n<tr>\n<td><code>year</code></td>\n<td>integer</td>\n<td>Year when the Themed Rating was last updated in the school's state.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"31ebb49e-a6d1-40f7-a7b7-7b25a53c920c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}}},{"name":"Community Ratings & Reviews","item":[{"name":"Retrieve community ratings & reviews for a school","event":[{"listen":"test","script":{"id":"74d7b1f6-42fb-4fad-b4da-9a1c01a72bd1","exec":[""],"type":"text/javascript"}}],"id":"0b7b557e-885e-477d-a9d5-075045a1eb7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"},{"key":"Content","value":"","description":"<p>application/json or application/xml</p>\n","type":"text"}],"url":"https://gs-api.greatschools.org/schools/:universal_id/reviews","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}},"urlObject":{"protocol":"https","path":["schools",":universal_id","reviews"],"host":["gs-api","greatschools","org"],"query":[],"variable":[{"id":"d361f9a8-1754-46fa-a7d4-442f6b0132e2","description":{"content":"<p>The universal ID is a 7-digit unique identifier created by GreatSchools.</p>\n","type":"text/plain"},"type":"any","value":null,"key":"universal_id"}]}},"response":[{"id":"4aa7985a-26c8-4466-a316-8c646d226a2c","name":"Get school community ratings & reviews","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"url":"https://gs-api.greatschools.org/schools/0600001/reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Jun 2023 10:09:50 EDT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7722"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b86159ac-8e8f-470b-a87c-469df563b1ef"},{"key":"Access-Control-Allow-Origin","value":"https://byu.az1.qualtrics.com"},{"key":"x-amz-apigw-id","value":"GaMPVHFFIAMF2tw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6487272e-3f50a47f321147785b4fb735"}],"cookie":[],"responseTime":null,"body":"{\n    \"reviews\": [\n        {\n            \"id\": 1556479,\n            \"comment\": \"Students here do not reach out to others. Many cliques all around the campus who are all closely knit to one other than to the people around them. There is no football field, instead you have to walk 10 blocks to a McKinley park just to go watch a home game. Not a very diverse student body. \",\n            \"posted\": \"2014-12-11 00:00:00 UTC\",\n            \"quality\": \"1\"\n        },\n        {\n            \"id\": 1841157,\n            \"comment\": \"My student enjoys school at AHS. He has mild ADHD and is being well-served by the teachers and staff. I was impressed with the vice-principal who knew my student by name (not for the wrong reasons!). Diverse class offering and clubs/sports; something for everyone.\",\n            \"posted\": \"2015-11-12 17:06:22 UTC\",\n            \"quality\": \"4\"\n        },\n        {\n            \"id\": 3394744,\n            \"comment\": \"I appreciate that there are caring teachers and a lot of parents who fully support their children and are interested in their children's education.\",\n            \"posted\": \"2018-05-09 23:17:17 UTC\",\n            \"quality\": \"4\"\n        },\n        {\n            \"id\": 4286208,\n            \"comment\": \"Overall, positive. My issues mostly are about the district than the individual school.\",\n            \"posted\": \"2019-11-06 13:26:37 UTC\",\n            \"quality\": \"4\"\n        },\n        {\n            \"id\": 4777186,\n            \"comment\": \"Most teachers I have seen are average, although some are good and a few are quite bad. Generally, there is a lack of \\\"togetherness,\\\" meaning students tend to stay in their own groups and everyone else is an outsider; students nor teachers will reach out. This school's worst trait is likely its social environment, which certainly creates a poor environment for learning. Only a select few teachers seem to truly care about their students.\\n\\nOverall, it gets students through but, as of 2020, probably not a place your child will look back on very fondly. It's nothing to write home about.\",\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"2\"\n        },\n        {\n            \"id\": 4800089,\n            \"comment\": \"We've had a good experience at this school in general. Like any big school, not all the teachers are effective (we've had a few duds) but on balance, our child has had mostly high-quality teachers and some truly exceptional ones. Many of the AP teachers are excellent, very experienced, and committed to being there to help the kids when needed. The school has a Link Crew program for Freshmen orientation that is a good way to help incoming students feel connected and have support from older students. The Principal is quite good and communicates clearly and regularly. The College & Career Counseling center is also good and has worked hard during COVID to try and support students and their families through the applications process, with zoom meetings, video tutorials, virtual college visit days, office hours, etc. The grade-based academic school counselors have also been responsive during Covid.\",\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"5\"\n        },\n        {\n            \"id\": 4812542,\n            \"comment\": \"Alameda High is a great school and prepares students for college and beyond very well. As with most schools, there are some mediocre teachers and classes, but there are also incredible teachers that make learning fun. Sports teams, music/theater groups, or clubs allow students to form great friendships. The leadership feels a little inefficient at times and maybe doesn't make great use of time or resources but overall does a pretty good job. \",\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"5\"\n        },\n        {\n            \"id\": 1841163,\n            \"comment\": \"\",\n            \"posted\": \"2015-11-12 17:08:12 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 3394745,\n            \"comment\": \"The quantity of homework is manageable. Kids have enough time to pursue other activities and interests.\",\n            \"posted\": \"2018-05-09 23:17:17 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4286209,\n            \"comment\": \"It seems that the teachers are keeping homework at a good level so students can do other things. \",\n            \"posted\": \"2019-11-06 13:26:37 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4777187,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4800090,\n            \"comment\": null,\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4812543,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 1841164,\n            \"comment\": \"\",\n            \"posted\": \"2015-11-12 17:08:17 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 3394746,\n            \"comment\": \"Most teachers seem to be effective.  There is one teacher I am not happy with.\\n\",\n            \"posted\": \"2018-05-09 23:17:17 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4286210,\n            \"comment\": \"So far, most teachers that my son has had have been average to above average\\n\\n\",\n            \"posted\": \"2019-11-06 13:26:38 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4777188,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 4800091,\n            \"comment\": null,\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4812544,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 1600374,\n            \"comment\": \"\",\n            \"posted\": \"2015-05-22 14:49:51 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 1841158,\n            \"comment\": \"\",\n            \"posted\": \"2015-11-12 17:06:31 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 3394747,\n            \"comment\": null,\n            \"posted\": \"2018-05-09 23:17:17 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4286211,\n            \"comment\": \"There seems to be a consistent culture of respect, overall.\",\n            \"posted\": \"2019-11-06 13:26:38 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4777189,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"Disagree\"\n        },\n        {\n            \"id\": 4800092,\n            \"comment\": null,\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4812545,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 3394748,\n            \"comment\": \"The school seems to be in favor of democratic party views.  The school took action to enable children to \\\"walk out\\\" to protest in a situation that was widely viewed as anti 2nd Amendment.  During email exchanges with a principal, I was dissatisfied with the action taken to address learning concerns. \",\n            \"posted\": \"2018-05-09 23:17:18 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 4286212,\n            \"comment\": \"For the most part, yes. There can be some struggles if you child is in extra curr activities where parents have to fundraise constantly and face a myriad of rules from the district that can thwart that effort.\",\n            \"posted\": \"2019-11-06 13:26:38 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4777190,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"Disagree\"\n        },\n        {\n            \"id\": 4800093,\n            \"comment\": null,\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"Strongly agree\"\n        },\n        {\n            \"id\": 4812546,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 3394749,\n            \"comment\": null,\n            \"posted\": \"2018-05-09 23:17:18 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 4286213,\n            \"comment\": null,\n            \"posted\": \"2019-11-06 13:26:38 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 4777210,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:14:06 UTC\",\n            \"quality\": \"Disagree\"\n        },\n        {\n            \"id\": 4800094,\n            \"comment\": null,\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4812547,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"Strongly agree\"\n        },\n        {\n            \"id\": 3394750,\n            \"comment\": \"I have never heard instances of bullying.\",\n            \"posted\": \"2018-05-09 23:17:18 UTC\",\n            \"quality\": \"Agree\"\n        },\n        {\n            \"id\": 4286214,\n            \"comment\": \"Some issues have been dealt with but some have been hamfisted. \",\n            \"posted\": \"2019-11-06 13:26:38 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 4777192,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"Neutral\"\n        },\n        {\n            \"id\": 4812548,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"Disagree\"\n        },\n        {\n            \"id\": 4777193,\n            \"comment\": null,\n            \"posted\": \"2020-12-15 19:07:12 UTC\",\n            \"quality\": \"false\"\n        },\n        {\n            \"id\": 4800095,\n            \"comment\": null,\n            \"posted\": \"2021-01-12 17:22:44 UTC\",\n            \"quality\": \"true\"\n        },\n        {\n            \"id\": 4812549,\n            \"comment\": null,\n            \"posted\": \"2021-01-22 15:17:46 UTC\",\n            \"quality\": \"true\"\n        },\n        {\n            \"id\": 5753985,\n            \"comment\": null,\n            \"posted\": \"2023-01-25 15:49:25 UTC\",\n            \"quality\": \"Strongly agree\"\n        },\n        {\n            \"id\": 5753996,\n            \"comment\": null,\n            \"posted\": \"2023-01-25 15:53:14 UTC\",\n            \"quality\": \"Strongly agree\"\n        },\n        {\n            \"id\": 5753986,\n            \"comment\": null,\n            \"posted\": \"2023-01-25 15:49:25 UTC\",\n            \"quality\": \"Strongly agree\"\n        },\n        {\n            \"id\": 5753997,\n            \"comment\": null,\n            \"posted\": \"2023-01-25 15:53:14 UTC\",\n            \"quality\": \"Strongly agree\"\n        }\n    ],\n    \"avg_quality\": 3.78,\n    \"count\": 47\n}"}],"_postman_id":"0b7b557e-885e-477d-a9d5-075045a1eb7b"}],"id":"0f67a12b-0e35-4364-863b-4f8a0766e356","description":"<h3 id=\"community-ratingreview-model\">Community Rating/Review model</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>integer</td>\n<td>Unique identifier of the reviewer.</td>\n</tr>\n<tr>\n<td><code>comment</code></td>\n<td>string</td>\n<td>Written review of the school.</td>\n</tr>\n<tr>\n<td><code>posted</code></td>\n<td>datetime</td>\n<td>Date and time that the review was posted.</td>\n</tr>\n<tr>\n<td><code>quality</code></td>\n<td>integer</td>\n<td>TODO</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"70949573-6728-48fb-a4f3-d57c5046c82f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c2af677-3118-46c6-958e-ad722a36a377","type":"text/javascript","exec":[""]}}],"_postman_id":"0f67a12b-0e35-4364-863b-4f8a0766e356","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","id":"84e9dc28-97ec-4f46-bee0-72ec02e9cdbd","name":"NearbySchools API by GreatSchools","type":"collection"}}},{"name":"Usage","item":[{"name":"Check current usage status","event":[{"listen":"test","script":{"id":"baf1441b-6132-4c4b-a199-d5017ab49796","exec":[""],"type":"text/javascript"}}],"id":"0edb1abc-a873-49b7-b155-c45d6dc6e6cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://gs-api.greatschools.org/usage","description":"<p>Returns the usage details for a particular API key/account.</p>\n","urlObject":{"protocol":"https","path":["usage"],"host":["gs-api","greatschools","org"],"query":[{"disabled":true,"description":{"content":"<p>This is the API key you were issued when you signed up. It must be attached to a valid subscription.</p>\n","type":"text/plain"},"key":"api_key","value":"YOUR_API_KEY"}],"variable":[]}},"response":[{"id":"41c1730d-55da-4a5f-b691-f07377272624","name":"Get usage details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gs-api.greatschools.org/usage?api_key=YOUR_API_KEY","protocol":"https","host":["gs-api","greatschools","org"],"path":["usage"],"query":[{"key":"api_key","value":"YOUR_API_KEY","description":"This is the API key you were issued when you signed up. It must be attached to a valid subscription."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 9 Jun 2023 09:00:00 EDT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a7016082-30bc-4f76-a0a2-42570e2e1456"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"GZaNRF9tIAMFyMw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6486d721-3e4824e21f1c15a3625670ca"}],"cookie":[],"responseTime":null,"body":"{\n    \"calls_made\": 29,\n    \"remaining_quota\": 971,\n    \"time_period\": \"2023-06-01 to 2023-06-30\"\n}"}],"_postman_id":"0edb1abc-a873-49b7-b155-c45d6dc6e6cf"}],"id":"7df9b926-a0b1-4509-861f-ffead9125561","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f31e17dd-3bc5-427c-b311-363230437b13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eac38592-8d10-49c0-a0e3-aba14d7e5dd4","type":"text/javascript","exec":[""]}}],"_postman_id":"7df9b926-a0b1-4509-861f-ffead9125561","description":""}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"fa2fba26-9f57-46d2-984c-431b8786e007","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d233a1fb-55d4-403b-9708-d7740f70f0e9","type":"text/javascript","exec":[""]}}]}