Assuming the court_id return by find_court should match the id from our courts database, I believe these are possible data errors in the court id returned by find_court
- The court id for "Supreme Court of The Commonwealth of The Northern Mariana Islands" should be
nmariana instead of nmi. nmi does not exist in our courts database.
- The court id for "Superior Court of The District of Columbia" returned by
find_court is supctdc, this id does not exist in our courts database, and neither does "Superior Court of The District of Columbia".
Assuming the court_id return by
find_courtshould match the id from our courts database, I believe these are possible data errors in the court id returned byfind_courtnmarianainstead ofnmi.nmidoes not exist in our courts database.find_courtissupctdc, this id does not exist in our courts database, and neither does "Superior Court of The District of Columbia".