- Alabama DOE Federal Report Card Data Extraction
- Generated 2026-03-09T18:35:05.448231Z
- Source service: https://reportcard.alsde.edu/ReportCardDataService.asmx
- Required request header: ReportCard-custom-header: ALSDEREPORTCARDHTTPHEADER
- ReportYear used: 2023 (school year 2022-2023)
- Step 1: Verify Science subject ID via GetProficiencyLevelData (example SchoolId 12674, Livingston Junior High School).
- SubjectID 25 -> SubjectName ELA (PercentProficient 19.38)
- SubjectID 26 -> SubjectName Math (PercentProficient 7.05)
- SubjectID 27 -> SubjectName Science (PercentProficient 8.33)
- Step 2: Get SchoolId values using GetSchoolId(ReportYear,SystemCode,SchoolCode).
- Kinterbish Junior High School: SystemCode=060, SchoolCode=0020 -> SchoolId=12269
- Livingston Junior High School: SystemCode=060, SchoolCode=0060 -> SchoolId=12674
- York West End Junior High School: SystemCode=060, SchoolCode=0070 -> SchoolId=12763
- Mountain Brook Junior High School: SystemCode=175, SchoolCode=0060 -> SchoolId=12682
- Liberty Park Middle School: SystemCode=202, SchoolCode=0050 -> SchoolId=12594
- Pike Road Jr. High School: SystemCode=186, SchoolCode=0020 -> SchoolId=12282
- Step 3: For each SchoolId, call GetProficiencyLevelSubPopulation(ReportYear,SchoolId,SubjectId=27) and extract row where SubGroupName="Economically Disadvantaged"; percent is PercentProficient.
- Kinterbish Junior High School (SchoolId 12269):
- {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 7, "Level2": 10, "Level3": 5, "Level4": 0, "PercentProficient": 22.73, "ParticipationRate": 100.0, "NonParticipationRate": 0.0}
- Livingston Junior High School (SchoolId 12674):
- {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 28, "Level2": 36, "Level3": 6, "Level4": 0, "PercentProficient": 8.57, "ParticipationRate": 97.38, "NonParticipationRate": 2.62}
- York West End Junior High School (SchoolId 12763):
- {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 18, "Level2": 19, "Level3": 3, "Level4": 1, "PercentProficient": 9.76, "ParticipationRate": 100.0, "NonParticipationRate": 0.0}
- Mountain Brook Junior High School (SchoolId 12682):
- {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 1, "Level2": 2, "Level3": 4, "Level4": 1, "PercentProficient": 62.5, "ParticipationRate": 100.0, "NonParticipationRate": 0.0}
- Liberty Park Middle School (SchoolId 12594):
- {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 0, "Level2": 8, "Level3": 2, "Level4": 2, "PercentProficient": 33.33, "ParticipationRate": 80.75, "NonParticipationRate": 19.25}
- Pike Road Jr. High School (SchoolId 12282):
- {"SubjectName": "Science", "SubGroupName": "Economically Disadvantaged", "Level1": 6, "Level2": 31, "Level3": 17, "Level4": 6, "PercentProficient": 38.33, "ParticipationRate": 98.36, "NonParticipationRate": 1.64}
- PercentProficient values should be reported with two decimal places.