How?

//api2.detroitk12.org/schools/

What?

A RESTful JSON response containing an array of school objects.

Sample Output:

						{
							id: 2,
							entity_code: "07793",
							official_name: "Academy of The Americas",
							physical_address: "5680 KONKEL ST, DETROIT, MI, 48210-3267",
							attributes: {
								attribute: {
									AuthorizedEducationalSettings: "GenEd, PK, SpecEd",
									Bell_PM: "15:25:00",
									AuthorizedGrades: "KG,1,2,3,4,5,6,7,8",
									Bell_AM: "08:15:00",
									ActualGrades: "KG,1,2,3,4,5,6,7,8",
									ActualEducationalSettings: "GenEd, PK, SpecEd"
								},
								contact: {
									Fax: "3135967652",
									EmailAddress: "nicholas.brown@detroitk12.org",
									LeadAdminHonorific: "Principal",
									Phone: "3135967640",
									LeadAdminName: "Nicholas Brown"
								},
								identifier: {
									ShortName: "AcademyoftheAmericas",
									OtherName: "Academy of the Americas Elementary-Middle School",
									DPSCDCode: "341"
								}
							}
						}




					

When

The data is updated as often as possible.

Who

Your friendly neighborhood Web Team.

Definitions

To be published.