School Test Scores

GET https://api.schooldigger.com/v1.2/schools?st=CA&perPage=50&level=high&appID=demo-id&appKey=demo-key

Visualizes the correlation between the number of students at a school and the percentage of students on free/reduced lunch using two datasets: Northern California and Southern California.

Sample JSON response ``` { numberOfSchools: 2250, numberOfPages: 45, schoolList: [ { schoolid: 060162010232, schoolName: ABC Secondary (Alternative), phone: (562) 229-7768, url: https://www.schooldigger.com/go/CA/schools/0162010232/school.aspx, urlCompare: https://www.schooldigger.com/go/CA/schools/0162010232/search.aspx, address: { latLong: { latitude: 33.881046, longitude: -118.045455 }, street: 16534 S. Carmenita Rd., city: Cerritos, state: CA, stateFull: California, zip: 90703, zip4: 2301, cityURL: https://www.schooldigger.com/go/CA/city/Cerritos/search.aspx, zipURL: https://www.schooldigger.com/go/CA/zip/90703/search.aspx, html: 16534 S. Carmenita Rd.
Cerritos, CA 90703-2301
}, lowGrade: 7, highGrade: 12, schoolLevel: High, isCharterSchool: No, isMagnetSchool: No, isVirtualSchool: No, isTitleISchool: No, isTitleISchoolwideSchool: No, district: { districtID: 0601620, districtName: ABC Unified, url: https://www.schooldigger.com/go/CA/district/01620/search.aspx, rankURL: https://www.schooldigger.com/go/CA/districtrank.aspx?finddistrict=01620 }, county: { countyName: Los Angeles, countyURL: https://www.schooldigger.com/go/CA/county/Los+Angeles/search.aspx }, rankHistory: [ { year: 2019, rank: 1591, rankOf: 2125, rankStars: 1, rankLevel: High, rankStatewidePercentage: 25.13, averageStandardScore: 20.09294 } ], rankMovement: null, locationIsWithinBoundary: null, schoolYearlyDetails: [ { year: 2017, numberOfStudents: 69, percentFreeDiscLunch: 53.62, percentofAfricanAmericanStudents: 4.35, percentofAsianStudents: 7.25, percentofHispanicStudents: 78.26, percentofIndianStudents: 0.0, percentofPacificIslanderStudents: 0.0, percentofWhiteStudents: 8.70, percentofTwoOrMoreRaceStudents: 1.45, percentofUnspecifiedRaceStudents: null, teachersFulltime: 1.3, pupilTeacherRatio: 52.2, numberofAfricanAmericanStudents: 3, numberofAsianStudents: 5, numberofHispanicStudents: 54, numberofIndianStudents: 0, numberofPacificIslanderStudents: 0, numberofWhiteStudents: 6, numberofTwoOrMoreRaceStudents: 1, numberofUnspecifiedRaceStudents: null }, { year: 2016, numberOfStudents: 64, percentFreeDiscLunch: 37.50, percentofAfricanAmericanStudents: 6.25, percentofAsianStudents: 9.38, percentofHispanicStudents: 67.19, percentofIndianStudents: 0.0, percentofPacificIslanderStudents: 0.0, percentofWhiteStudents: 14.06, percentofTwoOrMoreRaceStudents: 3.12, percentofUnspecifiedRaceStudents: null, teachersFulltime: 2.0, pupilTeacherRatio: 32.0, numberofAfricanAmericanStudents: 4, numberofAsianStudents: 6, numberofHispanicStudents: 43, numberofIndianStudents: 0, numberofPacificIslanderStudents: 0, numberofWhiteStudents: 9, numberofTwoOrMoreRaceStudents: 2, numberofUnspecifiedRaceStudents: null } ], isPrivate: false, privateDays: null, privateHours: null, privateHasLibrary: null, privateCoed: null, privateOrientation: null, hasBoundary: false },

. . .

] } ```

Sample Scatter Plot

alt text

Request Params

KeyDatatypeRequiredDescription
ststring
perPagenumber
levelstring
appIDstring
appKeystring