NEW: English for Tech Bundle → Save 40%
Your progress

Loading your progress…

Home
Technical Vocabularynoun · /rɪˈspɒns/

response

In simple English

In software engineering, a response is the output your system produces in reaction to an input or request. When you make an API call, send a network request, or interact with a server, the response is what comes back. This could be JSON data, HTML code, an error message, or a status code. Understanding responses is critical because you must handle different response types, check response codes (like 200 for success or 404 for not found), and parse response data correctly. In your daily work, you will hear about HTTP responses, API responses, database responses, and webhook responses. The term is used both when discussing architecture and in code reviews when debugging what a system is returning.

What does response mean in programming and how do you handle it in APIs?

At a glanceCEFR B2
Commonness5/5
Versatility5/5
FormalityCasualFormalNeutral
Spoken ↔ WrittenSpokenWrittenBoth
Directness ↔ DiplomaticDirectDiplomaticDirect
RegionUS and UK
New app · Free lessons

Speak up in meetings. Feel confident.

Standup vocabulary, native examples, and quick practice — 100+ free lessons

Start learning freeNo card needed · Google or email

Say it like this

The API response came back with a 200 status code
We need to handle the response asynchronously
The server response took too long
Check the response headers for errors

Real examples

in a standup

"We fixed the bug where the API response was not being parsed correctly."

in a code review

"Make sure you validate the response structure before accessing the data fields."

in a team meeting

"The database response time has improved since we added the cache layer."

in a Slack message

"Did you get a response from the third-party service yet?"

Don't say this

Handle with care. Often confused with reply or answer. Response is more technical and refers to data returned by a system, while reply/answer refer to human communication.

The server response us with the data.
The server sent us a response with the data.Response is a noun, not a verb. You cannot response something.
We got a good response from the API.
We got a successful response from the API (or a 200 response).Response refers to the data returned, not whether it is good or bad. Be specific about status codes.
The response of the request is missing.
The response to the request is missing.Use the preposition to, not of, when talking about response to a request.

Other forms

noun

response

"The API response included user data."

noun

responses

"We logged all the responses from the server."

adjective

response (in compounds)

"The response time was 200 milliseconds."

Often used with

HTTP responseA response from a web server using the HTTP protocol
API responseData returned by an application programming interface
response code/statusThe number (like 200, 404, 500) indicating the result of a request
response timeHow long it takes for a system to return a response
response bodyThe actual data content of a response
response headersMetadata about the response

Similar words

outputMore general term for what a system produces; response is more specific to requests
replyOften used for human communication; response is broader and more technical
resultGeneral outcome; response refers specifically to what is returned to a request

Opposites

request

Practice

Try it

4 quick exercises

Pick the most natural phrasing

1. A colleague asks you to check what the server returned. How do you say it?

Complete the sentence

2. The API _______ included all the user information we needed.

Spot the mistake

3. Which sentence uses response incorrectly?

Rewrite naturally

4. Rewrite in tech English: 'The thing that came back from the database had the wrong format.'

Questions

Quick poll

Have you said "response" in a standup this week?

Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.

Your badges