Several "good-to-remember" questions - both for software developers and technical writers focused on API documentation:

"REST APIs power most of the internet's integrations. Whether you are applying for a backend role, a full stack position, or a software engineering job, you will likely face questions about REST API design, HTTP methods, and authentication patterns.

In this guide, I will walk you through the questions interviewers actually ask. I have organized them by difficulty level and role type, so you can focus on what matters most for your target position. Each answer includes practical examples and, where relevant, code snippets you can adapt.

One thing to keep in mind: interviewers test fundamentals far more often than advanced topics. If you nail the basics (HTTP methods, status codes, statelessness), you will handle most REST API interviews confidently. The fancy architectural patterns come later."

https://www.datacamp.com/blog/rest-api-interview-questions

#APIs #REST #RESTAPI #RESTAPIs #Programming #API #SoftwareDevelopment #TechnicalWriting

REST API Interview Questions and Answers (2026 Guide)

Prepare for REST API interviews with 50+ REST API interview questions covering HTTP methods, status codes, authentication, caching, and system design scenarios.

Driving is more opposed to generating than to #RESTAPIs.

"Getting to this point isn’t unusual. Clients clearly think they’re making the call correctly, or else they would fix the endpoint themselves. Some misspellings are difficult to catch. The enum USER_RETREIVE may not be noticed from USER_RETRIEVE, especially if picking it from a list. Misspellings happen and they’re not always caught before making it to the contract. As an aside, that’s why it’s important writers routinely check development’s changes. This applies, too, to our testing calls in Postman, where manually entering endpoints and values are more pervasive.

The reason this isn’t caught is simple: We’re not expecting it.

For our testing, the call is made and we get results. We may even spot check some of them. But generally, results aren’t examined that closely. For instance, how often do you so carefully examine a returned list of 50 or 100 items? You check may check that the objects are complete but not that the list conforms to the search criteria.

The reason this happens is because of an intentional behavior on the server. This behavior is called Lenient Handling or Strict Handling."

https://robertdelwood.medium.com/understanding-query-parameter-handling-in-rest-calls-1821e0c3fa8c

#APIs #RESTAPIs #Rest #APITesting #APIDesign #APIDocumentation #SoftwareDevelopment

Understanding Query Parameter Handling in REST Calls

There is a bug in handling query parameters that may already be causing considerable problems and many aren’t aware of it. The truth is, it’s actually an intentional behavior but it may as well be a…

Medium

Polished up the page summarising our various public APIs. There are still a few others that I intend to open up access to and add here, but these alone are already a fairly powerful toolkit 😉

Boosts/questions welcome.

https://apis.qweb.co.uk/

#WebDev #WebDevelopment #RESTAPIs

APIs by QWeb Ltd | Award winning web and game development

A repository of useful APIs by QWeb Ltd. If you build websites, games, software, mobile apps, or anything else that can connect to remote services for data, you might find some of our APIs helpful.

Bruno Vs Postman

I swear my coworkers go out of their way to make their life harder, but never using the SDK for the product they are using and instead do everything through #RESTAPIs

I've been working on #PowerBits (a collection of #PowerShell scripts for #PowerBI 📊 #Admins) recently, and I just made a minor breakthrough. 💪😎👍

One of the biggest missing features of the Power BI #RESTAPIs right now is the ability to export a #Dataset as a #PBIX file. Of course, you can export a #Report as a PBIX file, and if that Report is bound to a Dataset, then the Dataset will be included with the Report when you export it. However, if the Dataset you need to export doesn't have a Report bound to it (I've started calling this a #BareDataset), then the #RESTAPI can't help you. That Dataset can only be exported manually from the Power BI Service using a web browser. Yuck! 🤮

To solve this problem:
1. Find and select a target #BareDataset
2. Upload a #BlankReport to the same #Workspace
3. Re-bind the blank Report to the bare Dataset
4. Export the blank Report as a PBIX file
5. Delete the blank Report from the Workspace

Step 1 Complete (mostly) 😅:
https://github.com/JamesDBartlett3/PowerBits/blob/main/PowerShell/Get-PowerBIBareDatasetsFromWorkspaces.ps1

PowerBits/PowerShell/Get-PowerBIBareDatasetsFromWorkspaces.ps1 at main · JamesDBartlett3/PowerBits

A collection of useful, time-saving tools for working with Microsoft Power BI - JamesDBartlett3/PowerBits

GitHub

RT @[email protected]

Service Web RESTful l'API de Navigae est conforme à la spécification de l' OpenAPI Initiative http://openapis.org #OpenData #Swagger #OAS #RESTAPIs

🐦🔗: https://twitter.com/navigae_fr/status/1130739403998023680

Home - OpenAPI Initiative

OpenAPI Initiative