Mospi: Get Plfs Data
Mospi via Parse · government_public
Fetches paginated PLFS data records for a given indicator and frequency. Records include demographic breakdowns by state, gender, sector, age group, social group, religion, and education level. Supports optional year filtering by calendar year. API for accessing Indian government statistical data from MoSPI (esankhyiki.mospi.gov.in). Provides access to macroeconomic indicators (RBI, NAS, PLFS), dashboard highlights, metadata, and infographics. Fulfilled by Parse from esankhyiki.mospi.gov.in.
- esankhyiki-mospi-gov-in
- finance
- government-public
- mospi
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fe1984a3-bc72-400c-ac08-cc52def9103a/get_plfs_data
- Interface artifact
- sha256:75c0a01767a1c5eec573fff63beba19bb254895b9597e6f0e8be4dc60da76c81
- Manifest digest
- sha256:3f5c50d7ea3ea78e779cd0a122a6ca677796415f962e4eb765fdbfe4017bf9d5
Request fields
- page (integer): Page number for pagination.
- year (string): Calendar year to filter by (e.g. '2022', '2023'). Must be a four-digit calendar year, not a fiscal year range.
- limit (integer): Number of records per page.
- frequency_code (string): Frequency code from get_plfs_frequency: '1' for Annually, '2' for Quarterly, '3' for Monthly.: Allowed values: 2, 1, 3
- indicator_code (string): Indicator code from get_plfs_indicators (e.g. '1' for LFPR, '2' for WPR, '3' for UR).: Allowed values: 1, 2, 3
Example queries
- {"page":"1","year":"2022","limit":"5","frequency_code":"2","indicator_code":"1"}