API resource IDs in FastAPI and Django
In FastAPI and Django-style APIs, UUID V1 is commonly used for public resource IDs when teams want time-based values instead of database-generated values. It fits systems that depend on chronological identifiers because it gives you rough insertion order.