https://api.notion.com/v1/blocks/block_id/children
returns most of the blocks on my page as type: unsupported
. I can only actually see text
blocks. Are any others supported?
Asked
Active
Viewed 1,142 times
1

Abhay Buch
- 4,548
- 1
- 21
- 26
2 Answers
3
Only text-like blocks are currently available
At present the API only supports text-like block types which are listed in the reference below. All other block types will continue to appear in the structure, but only contain a type set to "unsupported".
We still need to have patient for some more time.
Read more here https://developers.notion.com/reference/block

itzmukeshy7
- 2,669
- 1
- 21
- 29