---
title: "China dev-finance projects"
method: GET
path: "/api/v2/china/projects"
tags: ["China"]
---

# China dev-finance projects

`GET /api/v2/china/projects`

China overseas development-finance projects (AidData GCDF) — amounts, sector, status, financiers; joinable to the live event stream by country. Requires a plan with China development finance access (`can_use_china`) — the Corporate & Supply Chain plan and above.

## Query parameters

- `search` string
- `country` string
- `sector` string
- `region` string
- `continent` string
- `status` string
- `flow_class` string
- `intent` string
- `financier` string
- `min_amount_usd` integer
- `geocoded_only` boolean
- `year_min` integer
- `year_max` integer
- `completion_year_min` integer
- `completion_year_max` integer
- `sort` 'amount_desc' | 'recent'
- `limit` integer
- `cursor` string

## Response `200`

China dev-finance projects.

- object
  - `success` boolean
  - `data` object[]
    - `project_id` string
    - `title` string
    - `country` string
    - `country_iso3` string
    - `region` string
    - `sector` string
    - `status` string
    - `flow_type` string
    - `flow_class` string
    - `intent` string
    - `commitment_year` integer
    - `completion_year` integer
    - `amount_usd_constant` integer
    - `amount_usd_nominal` integer
    - `funders` string[]
    - `co_financiers` unknown[]
      - unknown
    - `lat` number
    - `lon` number
    - `geo_precision` string
    - `source_urls` string[]
  - `pagination` object
    - `limit` integer
    - `cursor` unknown
    - `next_cursor` string
  - `sort` string
  - `applied_filters` object
    - `financier` string
    - `ignored` object

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
