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

# China dev-finance rollup

`GET /api/v2/china/projects/summary`

Rollup of China overseas development finance by country, sector, status, commitment year, flow class, or funding intent — counts + total committed USD. Requires a plan with China development finance access (`can_use_china`) — the Corporate & Supply Chain plan and above.

## Query parameters

- `country` string
- `sector` string
- `search` 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
- `group_by` 'country' | 'sector' | 'status' | 'year' | 'flow_class' | 'intent'
- `summary_limit` integer

## Response `200`

China dev-finance rollup.

- object
  - `success` boolean
  - `group_by` string
  - `data` object[]
    - `country_iso3` string — Bucket key when group_by=country.
    - `country` string, nullable — Readable recipient-country name accompanying country_iso3 when group_by=country (null for AidData regional groupings).
    - `commitment_year` integer — Bucket key when group_by=year.
    - `sector` string — Bucket key when group_by=sector.
    - `status` string — Bucket key when group_by=status.
    - `flow_class` string — Bucket key when group_by=flow_class.
    - `intent` string — Bucket key when group_by=intent.
    - `project_count` integer
    - `amount_usd_total` integer
  - `applied_filters` object
    - `sector` string
    - `group_by` 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)
