Skip to main content

Airtable.java API Client for Java

  • April 11, 2017
  • 7 replies
  • 188 views

We are happy to announce the Java Client for Airtable.
We created for educational purposes. Have a look at GitHub: https://github.com/Sybit-Education/airtable.java

The client supports automatically object mapping. All CRUD-Operations (including Attachments) are already supported.
But it is a very first version.
Any feedback or pull requests are welcome.

7 replies

  • Author
  • Known Participant
  • 11 replies
  • May 30, 2017

some days ago, we released a minor update: V0.1.5:
https://bintray.com/sybit-education/maven/airtable.java/0.1.5


  • New Participant
  • 1 reply
  • March 7, 2019

hi, how can i use in android studio?


  • Author
  • Known Participant
  • 11 replies
  • March 8, 2019

hi, how can i use in android studio?


There is a port for Android: https://github.com/Sybit-Education/airtable.android


  • Participating Frequently
  • 5 replies
  • July 10, 2019

Is there a tutorial on how to call on the API client? I’ve added it as an Android Library in my app in Android Studio but I need help on implementing it.


  • Author
  • Known Participant
  • 11 replies
  • July 11, 2019

Is there a tutorial on how to call on the API client? I’ve added it as an Android Library in my app in Android Studio but I need help on implementing it.


Have a look in the common java implementation, there are JUnit-Tests showing how to use it: https://github.com/Sybit-Education/airtable.java/tree/master/src/itest

Hope this helps.


  • New Participant
  • 2 replies
  • March 8, 2022

Currently trying to help ukranian refugees evacuate and trying to use Twilio, WhatsApp and Airtable via Java.

Any chance you have a tutorial on setting this up?


  • Author
  • Known Participant
  • 11 replies
  • March 8, 2022

Have you have tried to follow readme?

What is your concrete issue? Probably you post issue at Issues · Sybit-Education/airtable.java · GitHub

We will try our best for support.