# CRUD APILast edited: 2023-11-11A CRUD API is one that has a set of standard end points:Create,Read,Update, andDelete. These normally connects to a database .