Django is fantastic. It's much bigger than flask, and has one of the best ORMs I've ever used. Also comes with a built in admin panel which is always nice. You will want to use Django REST Framework to make REST APIs, but if getting a site up and running is all you want, it's perfect.
If you want to purely make APIs though, give FastAPI a try.
If you want to purely make APIs though, give FastAPI a try.