Special Education Enrollment by Disability
District-level headcounts of students in special education by the 17 IDEA disability categories, from the October FTE count, 2014-2026.
- 2014–2026
- annual
- 1.0.0
- f18a07095136
Resumen
Georgia Insights (GaDOE) FTE Enrollment by Disability — the October Cycle 1 FTE headcount of Georgia public school students receiving special-education services, broken out by the 17 GaDOE/IDEA disability categories (autism, specific learning disability, speech-language impairment, etc.) at the school-district level, fiscal years 2014-2026. District-only: the source publishes no state aggregate and no school-level rows. Counts below 10 are suppressed to NULL by the source's small-cell rule.
Granularidad de fila: Una fila por year, district_code, school_code, demographic.
num_students — Number Students (count)
El valor principal que la mayoría de las consultas busca.
Variables
Todas las columnas de la tabla de hechos. El código es el nombre exacto del campo que devuelve la API.
| Columna | Tipo | Unidad | Rango | ¿Nulo? | Descripción |
|---|---|---|---|---|---|
year | integer | — | — | no | Fiscal year of the October FTE count (2026 = October 2025, i.e. the 2025-2026 school year). Sourced from the bronze filename, cross-checked against each file's preamble.Descripción completa▾Fiscal year of the October FTE count (2026 = October 2025, i.e. the 2025-2026 school year). Sourced from the bronze filename, cross-checked against each file's preamble. |
district_code | string | — | — | no | 3-digit GOSA district code (zero-padded) for standard districts; 7-digit code for state charters and specialty schools, including the 2014-2019 pseudo-districts 7991893/7991894/7991895 for the three state schools (published with blank names by the source; named in the districts dimension). Never NULL — this topic has no state-level rows. FK to districts dimension.Descripción completa▾3-digit GOSA district code (zero-padded) for standard districts; 7-digit code for state charters and specialty schools, including the 2014-2019 pseudo-districts 7991893/7991894/7991895 for the three state schools (published with blank names by the source; named in the districts dimension). Never NULL — this topic has no state-level rows. FK to districts dimension. |
school_code | string | — | — | yes | Always NULL — GaDOE publishes this disability breakdown at the district level only. The column is kept so every education fact table shares the same key-column shape.Descripción completa▾Always NULL — GaDOE publishes this disability breakdown at the district level only. The column is kept so every education fact table shares the same key-column shape. |
demographic | string | — | — | no | One of 17 IDEA disability categories (e.g. autism, specific learning disability); no `all` total row.Descripción completa▾Primary exceptionality — the GaDOE/IDEA disability category (FK to the global demographics dimension's 'disability' demographic_category). One of 17 snake_case values mapped 1:1 from the bronze code columns (AUT -> autism, SLD -> specific_learning_disability, ...). Every row's population is students receiving special-education services, split by their single primary disability. This topic publishes only the 17 disability categories at the district level — there is no 'all' total row (the source publishes none). 17 valores permitidos▾
|
num_students | integer | — | yes | Count of special-education students in the disability category; NULL means suppressed (count 1-9), not zero.Descripción completa▾FTE headcount of students served in the disability category for the (year, district) cell. Raw count, not scaled. NULL means the source suppressed the cell ('*': true count 1-9); every published value is >= 10 (verified in every column of every year). |
Filtros
Parámetros de consulta que acepta el endpoint de hechos. Los valores separados por comas son OR dentro de un parámetro; varios parámetros se combinan con AND.
| Parámetro | Tipo | Valores permitidos | Notas |
|---|---|---|---|
year | year_exact | cualquier valor | — |
year_min | year_range | cualquier valor | — |
year_max | year_range | cualquier valor | — |
detail | detail | districts | enum validado, predeterminado: districts |
district_code | foreign_key | cualquier valor | valores múltiples |
school_code | foreign_key | cualquier valor | valores múltiples |
demographic | foreign_key | 17 valores permitidos▾
| valores múltiples, enum validado |
district_type | dimension_attribute | 7 valores permitidos▾
| valores múltiples, enum validado |
demographic_category | dimension_attribute | 12 valores permitidos▾
| valores múltiples, enum validado |
Ejemplos de solicitudes
Ejecútalos contra la URL base: devuelven datos en vivo.
All rows (first page), districts level
curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability"districts data for 2026
curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability?year=2026"One district (code 601), 2026
curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability?district_code=601&year=2026&detail=districts"Download 2026 as CSV
curl "https://georgiacivicdata.org/api/v1/education/enrollment_october_disability?year=2026&format=csv"Notas y limitaciones
Manejo de NULL
- Las celdas suprimidas (muy pocos estudiantes para reportar) son NULL, nunca cero.
- El cero es un valor real y reportado.
Limitaciones
Suppressed cells are NULL (not zero). District rows have NULL school_code.