1. Use forward slash

2. Use nouns, not verbs

Wrong: https://test.api.com/api/getProfiles
Correct: https://test.api.com/api/profiles

3. Use plural nouns

Wrong: https://test.api.com/api/profile/21
Correct: https://test.api.com/api/profiles/21

4. Lowercase letters

5. Use hyphens to separate words

6. Never use file extensions

7. Include versioning