About 545,000 results
Open links in new tab
  1. REST API URI Naming Conventions and Best Practices

    Nov 4, 2023 · REST API designers should create URIs that convey a REST API’s resource model to the potential clients of the API. When resources are named well, an API is intuitive and easy …

  2. AIP-190: Naming conventions - Google Cloud

    Jun 10, 2025 · Names used in APIs should be in correct American English. For example, license (instead of licence), color (instead of colour). Commonly accepted short forms or abbreviations …

  3. 10+ Best Practices for Naming API Endpoints - Nordic APIs

    Jan 23, 2020 · Choosing sensible names for API endpoints can drastically smooth out the learning curve for new developers, helping them intuitively know what to look for and where to find it.

  4. Best Practices For Naming API Endpoints in a RESTful Architecture

    Apr 28, 2025 · Naming API endpoints is important in designing a clear and easy-to-use API. By using consistent and descriptive names, avoiding abbreviations, and following best practices …

  5. The Ultimate Guide to RESTful API Naming Conventions

    Consistency, readability, and maintainability - these are the trifecta of good API design. Consistent naming helps developers know what to expect, readable names reduce the cognitive load, and …

  6. REST API Naming Conventions and Best Practices - Medium

    Sep 11, 2022 · Always make sure that your URIs are named with nouns to specify the resource instead of using verbs. The URIs shouldn’t indicate any CRUD (Create, Read, Update, Delete) …

  7. The Ultimate Guide to REST API Naming Convention: Best ... - Moesif

    Apr 22, 2024 · Efficient and consistent REST API naming conventions can streamline your development process and make navigating your API easier for developers. This guide will look …

  8. Why API naming conventions matter, and how to master the art

    Jul 28, 2022 · Learn about specific characteristics and API naming conventions that all developers should follow to maintain usability and keep an API portfolio on track.

  9. REST API URI Naming Conventions and Best Practices - Java Guides

    This guide covers the best practices for REST API URI (Uniform Resource Identifier) naming, including: 🔹 What is a REST API URI? A URI (Uniform Resource Identifier) uniquely identifies …

  10. Naming Conventions in REST APIs: Best Practices and Examples

    Feb 9, 2023 · One of the critical components of REST APIs is the naming convention used to identify and access the various available resources. In this article, we will discuss best …

  11. Some results have been removed