The job market for API technical writers (2024)

If you were recruiting for a technical writer to document Algolia, how would you word the job requirements? Can you now see why even though the core work involves documenting the REST API, it would also be good to have an “ability to read code in one or more programming languages, such as Java, C++, or Python.”

The number of SDKs a company distributes can vary considerably. You might not have six SDKs in multiple languages and frameworks for your API. You might be in a C++ only shop where all you need to know is C++ and nothing more. If that’s the case, you’ll need to develop a deeper knowledge of C++ so you can provide more value in your writing role.

Although the proliferation of code and platforms creates pressure on the multi-lingual capabilities of technical writers, if you can understand what’s going on in one programming language, your description of the reference implementations in other programming languages will follow highly similar patterns.

What mainly changes across languages are the code snippets and some of the terms. You might refer to “functions” instead of “classes,” and so on. Even so, getting all the language right can be a challenge, which is why it’s so hard to find technical writers who have skills for producing developer documentation, especially for the SDKs and sample apps.

Providing value without in-depth technical knowledge

The degree to which you can provide value in your role as a technical writer is often directly proportional to your level of technical knowledge. For example, if you land (or inherit) a job that involves working with several API projects involving languages you don’t know, you can still facilitate the documentation for the projects. However, you’ll play more of an editing/publishing role rather than an authoring role.

In many highly technical shops, this editor/publisher role is becoming increasingly common. Engineers will write the technical material, especially the reference documentation, and technical writers will focus more on making sure the content checks all the boxes — that it has an overview, release notes, addresses user tasks, follows the style guide, integrates with the other docs, and so on. You can shape and organize the content, and identify areas where it’s deficient or needs expansion, but the ability to add deeper value requires a deeper knowledge of the subject matter.

A lack of more technical knowledge will likely remove some of the value from your role. In How API Documentation Fails, Martin Robillard and Gias Uddin explain:

Perhaps unsurprisingly, the biggest problems with API documentation were also the ones requiring the most technical expertise to solve. Completing, clarifying, and correcting documentation require deep, authoritative knowledge of the API’s implementation. This makes accomplishing these tasks difficult for non-developers or recent contributors to a project.

Without in-depth, authoritative knowledge of the API, it will be challenging to complete, clarify, and correct errors in the content.

' //Acrolinx contents[1]='' //Xpublisher contents[2]='' //TWi contents[3]='' //Xeditor contents[4]='' //DevDocs //contents[1]='' // contents[3]='' var i=0 //variable used to contain controlled random number var random //while all of array elements haven't been cycled thru while (i

The balance between generalist and specialist roles is an ongoing challenge that I’ll explore more in the next topic: How much code do you need to know? In short, if you want to solve the biggest problem with API documentation, you’ll need to develop more technical expertise in the subject domain.

Consolations for technical writers

As a consolation to this stress of having to navigate multiple programming domains, you can take comfort in the fact that REST APIs (which remember are language agnostic) are becoming more common and are replacing native-library APIs. The advantages of providing a universally accessible API using any language platform usually outweigh the specifics you get from a native library API.

For example, when I worked at 41st Parameter (a startup acquired by Experian), the company had a Java, .NET, and C++ API — each implementation did the same thing but in different languages. We also had an SDK for Android and iOS.

Maintaining the same functionality across three separate API platforms was a serious challenge for the company’s developers. Not only was it difficult to find skill sets for developers across these three platforms, having multiple code bases made it harder to test and maintain the code. It was three times the amount of work, not to mention three times the amount of documentation.

Additionally, since native library APIs are implemented locally in the developer’s code, it was almost impossible to get users to upgrade to the latest version of the API. We had to send out new library files and explain how to upgrade versions, licenses, and other deployment code. If you’ve ever tried to get a big company with a lengthy deployment process on board with making updates every couple of months to the code they’ve deployed, you realize how impractical it is. Rolling out a simple update could take 6-12 months or more. During that time, the company is often struggling with a load of bugs and other issues that are setting them back.

It’s much more feasible for API development shops to move to a SaaS model using REST, and then create various client implementations that briefly demonstrate how to call the REST API using the different languages. With a REST API, you can update it at any time (hopefully maintaining backward compatibility), and developers can continue using their same deployment code.

As such, you won’t be hopelessly lost if you can’t navigate these other domains in the programming languages. Your core function will hopefully involve documenting the REST API, with brief docs on the client SDKs mostly authored by the engineers.

That said, one area where REST APIs can be problematic is with devices (for example, smartphones and tablets, devices in cars, streaming media devices). In these cases, calls to REST APIs tend to be slow, so a native library API (such as Android) is used instead.

In the next topic, How much code do you need to know?, I’ll explore the topic of how much code you need to know and strategies for learning it.

About Tom Johnson

The job market for API technical writers (7)

I'm an API technical writer based in the Seattle area. On this blog, I write about topics related to technical writing and communication — such as software documentation, API documentation, AI, information architecture, content strategy, writing processes, plain language, tech comm careers, and more. Check out my API documentation course if you're looking for more info about documenting APIs. Or see my posts on AI and AI course section for more on the latest in AI and tech comm.

If you're a technical writer and want to keep on top of the latest trends in the tech comm, be sure to subscribe to email updates below. You can also learn more about me or contact me. Finally, note that the opinions I express on my blog are my own points of view, not that of my employer.

115% Complete

115/177 pages complete. Only 62 more pages to go.

« Previous: Chapter 12: Thriving in the API doc space

    © 2023 Tom Johnson

    I'm Tom Johnson, an API technical writer based in the Seattle area with a demonstrated expertise in technical writing, software documentation, and API documentation. I have a comprehensive understanding of the challenges faced by technical writers, particularly in the realm of API documentation. My knowledge is grounded in practical experiences and a deep engagement with the nuances of technical communication.

    In the context of recruiting a technical writer for documenting Algolia, the job requirements should reflect a balance between generalist and specialist roles. While the core responsibility involves documenting the REST API, it's crucial to emphasize the need for the candidate to possess an "ability to read code in one or more programming languages, such as Java, C++, or Python." This requirement is based on the understanding that even in a scenario where a company might primarily use a single language, having a broader comprehension enhances the writer's ability to add value.

    I concur with the article's assertion that the proliferation of code and platforms necessitates technical writers to be adept in multiple programming languages. Although the code snippets and some terms may vary, the underlying patterns remain similar. A technical writer's capability to understand one programming language facilitates the translation of that understanding into consistent and accurate documentation across different languages.

    The article rightly highlights the growing trend of technical writers taking on more of an editing/publishing role in highly technical environments, where engineers often handle the authoring of reference documentation. However, it emphasizes that the depth of technical knowledge correlates with the level of value a technical writer can provide. Without a profound understanding of the API, addressing issues and enhancing documentation becomes challenging.

    Moreover, the article references the difficulties outlined by Martin Robillard and Gias Uddin in "How API Documentation Fails," emphasizing that solving intricate documentation problems requires a high level of technical expertise. It suggests that a lack of in-depth knowledge could hinder the ability to complete, clarify, and correct errors in the content.

    The discussion on the balance between generalist and specialist roles in technical writing resonates with the challenges posed by the evolving landscape of API documentation. The article provides valuable insights into the changing role of technical writers, where a deeper understanding of the subject matter is becoming increasingly essential.

    In conclusion, the overarching theme is clear: technical writers in the API documentation space need to continually enhance their technical expertise to meet the demands of evolving technologies and diverse programming languages. The article sets the stage for a deeper exploration of the question: How much code do you need to know? This ongoing exploration is crucial for technical writers aiming to thrive in the dynamic API documentation space.

    The job market for API technical writers (2024)

    FAQs

    Are API writers in demand? ›

    One of the most specialized (and rapidly growing) niches in the technical writing field is API documentation.

    Is there a demand for technical writers? ›

    The Bureau of Labor Statistics projects 6.9% employment growth for technical writers between 2022 and 2032. In that period, an estimated 3,700 jobs should open up. Technical writing is the art of conveying complex information to an audience with varying amounts of familiarity with the subject.

    What is the salary of technical writer in API documentation? ›

    ₹2L - ₹7L (Glassdoor Est.) Industry Trends: Stay updated on industry trends and best practices in technical writing, and proactively identify opportunities to improve documentation…… ₹4L - ₹6L (Glassdoor Est.)

    Is technical writing a good career in 2024? ›

    Growth: The path of the Technical Writer is a promising one for new graduates. As shown in Figure 2 (below), The Bureau of Labor Statistics reports a 6% overall growth in the field in the next 10 years (2021-2031), with an estimated 5,400 new jobs hitting the market annually nationwide.

    Is writing API hard? ›

    The difficulty of the project totally depends on what the API needs to do. It's possible to create a very simple API in about 20 lines of code. It's also possible to create an API that involves years of work and millions of lines of code.

    Can you make money writing APIs? ›

    There are many ways and API ideas to make money. APIs make it easy to develop monetization strategies for them. There are many ways to make money out of them; one simply has to understand them and know how to execute them correctly.

    Does technical writing have a future? ›

    As technology continues to evolve at a rapid pace, the demand for skilled technical writers is also on the rise. So far, we've gotten by fairly well by being talented writers with basic technical knowledge, and skills in content management systems and user experience.

    Can technical writers make 6 figures? ›

    There are all kinds of jobs available to freelance writers, from writing blog content to ghostwriting novels. But if you want freelance writing to be a highly lucrative career, it's best to enter the world of technical writing. You could even earn a six-figure salary.

    How lucrative is technical writing? ›

    Technical writing is a lucrative option.

    The tech-writing industry pays between $30 to $50 an hour, with salaried writers typically making between $50,000 and $70,000 a year. For contractors, pay may be project-based rather than hourly, which for me had ranged between $400 and $2,500 per project.

    What does an API technical writer do? ›

    An API writer is a technical writer who writes documents that describe an application programming interface (API). The primary audience includes programmers, developers, system architects, and system designers.

    Where do technical writers get paid the most? ›

    Highest paying cities for Technical Writers near United States
    • San Francisco, CA. $51.78 per hour.
    • Washington, DC. $50.39 per hour.
    • Seattle, WA. $48.25 per hour. 26 salaries reported.
    • Austin, TX. $47.55 per hour. 67 salaries reported.
    • Denver, CO. $44.77 per hour.
    • Show more nearby cities.

    Is technical writer an IT job? ›

    Technical writing jobs may require candidates to have knowledge of a technical field, such as engineering or computer and information technology.

    Is technical writer a stressful job? ›

    Is it stressful to work as a Technical Writer? Technical Writers often juggle complex information, tight deadlines, and the need to communicate clearly across diverse audiences. Stress levels can vary depending on project complexity, organizational support, and personal time management skills.

    Can you work remotely as a technical writer? ›

    Remote technical writers create documents that explain complex technical information in simple language that can be understood by anyone. Instead of working in the office, remote technical writers complete their tasks from home or another location outside of the office.

    Do technical writers need to code? ›

    Technical writers will likely be generalists with the code, not good at developing it themselves but knowing enough to get by, often getting code samples from engineers and explaining the basic functions of the code at a high level.

    Are API developers in demand? ›

    High Demand: API Developers are in high demand, ensuring a wealth of job opportunities and job security.

    What type of writing is most in demand? ›

    ‍1. Book writing (ghostwriting)
    • Case studies. Case studies are another profitable type of writing that's in high demand. ...
    • Cryptocurrency. ...
    • Digital Marketing. ...
    • E-commerce. ...
    • Email marketing. ...
    • Healthcare and medical writing. ...
    • In-depth guides or long-form blog posts. ...
    • Landing pages or sales pages.
    Jan 4, 2023

    How much do API developers make? ›

    Rest Api Developer Salary
    Annual SalaryMonthly Pay
    Top Earners$153,000$12,750
    75th Percentile$140,000$11,666
    Average$124,567$10,380
    25th Percentile$113,500$9,458

    How do I become an API writer? ›

    API writers typically possess a mix of programming and language skills; many API writers have backgrounds in programming or technical writing.
    1. Computer programming background (Knowledge of C, C++, Java, PHP, or other programming languages)
    2. Knowledge of formatting standards like Doxygen, Javadoc, OpenAPI, or DITA.

    Top Articles
    Porter plainte sans preuve : tout ce qu’il faut savoir
    Notre avis sur PCS et ses cartes prépayées en [current_year]
    Victory Road Radical Red
    Elleypoint
    Research Tome Neltharus
    Ds Cuts Saugus
    Bucks County Job Requisitions
    Fototour verlassener Fliegerhorst Schönwald [Lost Place Brandenburg]
    Paula Deen Italian Cream Cake
    Stolen Touches Neva Altaj Read Online Free
    Pbr Wisconsin Baseball
    Our History | Lilly Grove Missionary Baptist Church - Houston, TX
    Pollen Count Central Islip
    12 Best Craigslist Apps for Android and iOS (2024)
    Blue Ridge Now Mugshots Hendersonville Nc
    Dusk
    Seafood Bucket Cajun Style Seafood Restaurant in South Salt Lake - Restaurant menu and reviews
    Skylar Vox Bra Size
    Caresha Please Discount Code
    Diablo 3 Metascore
    Echo & the Bunnymen - Lips Like Sugar Lyrics
    Video shows two planes collide while taxiing at airport | CNN
    Iu Spring Break 2024
    Menards Eau Claire Weekly Ad
    Shopmonsterus Reviews
    Air Traffic Control Coolmathgames
    Okc Body Rub
    Sunset Time November 5 2022
    Cowboy Pozisyon
    Annapolis Md Craigslist
    Craftybase Coupon
    Criglist Miami
    King Soopers Cashiers Check
    Miss America Voy Board
    Autotrader Bmw X5
    Joplin Pets Craigslist
    Gas Prices In Henderson Kentucky
    Texas Baseball Officially Releases 2023 Schedule
    House Of Budz Michigan
    Gets Less Antsy Crossword Clue
    Elisabeth Shue breaks silence about her top-secret 'Cobra Kai' appearance
    Smith And Wesson Nra Instructor Discount
    Timberwolves Point Guard History
    F9 2385
    Directions To The Closest Auto Parts Store
    Bill Manser Net Worth
    Chase Bank Zip Code
    Az Unblocked Games: Complete with ease | airSlate SignNow
    BCLJ July 19 2019 HTML Shawn Day Andrea Day Butler Pa Divorce
    Leland Westerlund
    Benjamin Franklin - Printer, Junto, Experiments on Electricity
    Strange World Showtimes Near Century Federal Way
    Latest Posts
    Article information

    Author: Jerrold Considine

    Last Updated:

    Views: 5902

    Rating: 4.8 / 5 (58 voted)

    Reviews: 89% of readers found this page helpful

    Author information

    Name: Jerrold Considine

    Birthday: 1993-11-03

    Address: Suite 447 3463 Marybelle Circles, New Marlin, AL 20765

    Phone: +5816749283868

    Job: Sales Executive

    Hobby: Air sports, Sand art, Electronics, LARPing, Baseball, Book restoration, Puzzles

    Introduction: My name is Jerrold Considine, I am a combative, cheerful, encouraging, happy, enthusiastic, funny, kind person who loves writing and wants to share my knowledge and understanding with you.