Algeria Youth & Sports
@geoalgeria/jeunesse
2,076 youth and sports institutions — maisons de jeunes, sports complexes, cultural centers, youth camps and more.
2,076 youth & sports institutionsnpm
Source: Ministere de la Jeunesse
Install
npm install @geoalgeria/jeunesseQuick example
import jeunesse from "@geoalgeria/jeunesse";
const all = jeunesse.institutions(); // 2,076
const houses = jeunesse.institutionsByType("MJ"); // maisons de jeunes
const inAlgiers = jeunesse.institutionsByWilaya(16);API reference
| Name | Signature | Description |
|---|---|---|
institutions | institutions(): Institution[] | All 2,076 youth and sports institutions. |
institutionById | institutionById(id: number | string): Institution | null | One institution by id. |
institutionsByWilaya | institutionsByWilaya(code: string | number): Institution[] | Institutions in a wilaya (accepts "16", 16, or "01"). |
institutionsByType | institutionsByType(code: string): Institution[] | Institutions of a type (case-insensitive, e.g. "MJ"). |
metadata | metadata(): Metadata | Dataset metadata (counts, source, generated_at). |
Record shape
| Field | Type | Nullable | Description |
|---|---|---|---|
id | number | — | Stable id assigned by the ministry. |
name | string | — | Official name in Arabic. |
type_code | TypeCode | — | Institution-type code (e.g. "MJ", "CS", "AJ"). |
type_ar | string | — | Type label in Arabic. |
type_fr | string | — | Indicative French label (e.g. "Maison de jeunes"). |
commune | string | — | Commune name in Arabic. |
daira | string | — | Daira name in Arabic. |
wilaya_code | string | — | Wilaya code, zero-padded ("01"-"58"). |
wilaya_name | string | — | Wilaya name in Arabic. |
lat | number | — | Latitude (WGS84). |
lng | number | — | Longitude (WGS84). |
source | string | — | Source page the record was derived from. |
Formats
JSONCSVGEOJSONTS
The npm package ships JSON. Other formats are available in each GitHub Release.
Related packages
@geoalgeria/formation-professionnelle1,932 vocational training establishments — CFPA, INSFP, IFEP, IEP, DFEPs and private accredited centers across 58 wilayas.
@geoalgeria/enseignement-superieur110 higher-education institutions — universities, grandes ecoles, ENS, and university centers across 51 wilayas.
@geoalgeria/tourisme4,348 tourism sites across 69 wilayas — hotels, attractions, historic sites, thermal springs, and protected areas.