GET /bloc/{code}

Bloc API

Pass EU or SCHENGEN. Get the group, then every member in it.

Try it

bloc

Bloc code (EU, EEA, EFTA, SCHENGEN, EUROZONE, SEPA, NATO, OECD, G7, ASEAN, GCC, MERCOSUR)

name

Official name

members

Current member count

countries

On /bloc/{code}/countries: every current member with name, flag emoji, and calling code

1

Pass a code

EU, EEA, EFTA, SCHENGEN, EUROZONE, SEPA, NATO, OECD, G7, ASEAN, GCC, MERCOSUR.

2

Get the record

Official name and the current member count.

3

List the members

GET /bloc/{code}/countries.

12 blocs.

Official member lists. Every plan.

12
blocs
251
memberships

Look up a country group by code. The EU is not the Eurozone, and neither is Schengen. /bloc/eu answers the official name and the current member count, and /bloc/{code}/countries lists every member with its flag and calling code.

Twelve blocs: EU, EEA, EFTA, Schengen, Eurozone, SEPA, NATO, OECD, G7, ASEAN, GCC, and Mercosur. Member lists are effective-dated, so an accession counts from the day it takes effect. Every /country response carries a blocs array with that country's memberships.

RESPONSE

$ curl "https://api.parseapi.com/bloc/eu" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~30ms US · ~126ms worldwide
{
  "bloc": "EU",
  "name": "European Union",
  "members": 27
}

Response fields

bloc
Bloc code (EU, EEA, EFTA, SCHENGEN, EUROZONE, SEPA, NATO, OECD, G7, ASEAN, GCC, MERCOSUR)
name
Official name
members
Current member count
countries
On /bloc/{code}/countries: every current member with name, flag emoji, and calling code

QUESTIONS

Which blocs?
EU, EEA, EFTA, Schengen, Eurozone, SEPA, NATO, OECD, G7, ASEAN, GCC, and Mercosur.
Is Schengen the EU?
No. Ireland and Cyprus are EU but not Schengen. Switzerland, Norway, Iceland, and Liechtenstein are Schengen but not EU.
Which countries does GDPR cover?
GDPR territory tracks the EEA. GET /bloc/eea/countries lists all 30.
How do I list the members?
GET /bloc/{code}/countries. Each member comes back with its name, flag, and calling code.
Is this on /country too?
Yes. Every /country response carries a blocs array with that country's memberships.
How current is it?
Member lists are effective-dated. An accession counts from the day it takes effect.

SPEED

How long a lookup takes.

US

30ms

EU

62ms

APAC

146ms

LatAm

18ms

ME

123ms

See live status →

Coverage

Twelve blocs. Official member lists, current.