Schools
A School a Child might attend.
id
* (string) - The primary key for the record.type
* (string) - The JSON:API type specifier.attributes
* (object) - Primary record attributes.address
* (object)address-street
(string) - The street address, as providedaddress-city
(string) - The city of the address, as providedaddress-state
(string) - The two-letter state code of the addressaddress-zipcode
(string) - The zip code of the address, as providedaddress-county
(string) - The county of the address, as providedaddress-additional-directions
(string) - Additional directions to the address, as providedaddress-type
(string) - The type of addressgeocoding-source
(string) - The geocoder used to geocode this datageocoded-address-street
(string) - The accurate street address, if availablegeocoded-address-city
(string) - The accurate city, if availablegeocoded-address-state
(string) - The accurate state code, if availablegeocoded-address-zipcode
(string) - The accurate zip code, if available
name
* (string) - Name of the School.nces-school-id
* (string) - National Center for Education Statisics School ID.school-district-id
* (string) - ID of school district.
Updated 6 days ago