# API language, only php?

**URL:** https://forum.mautic.org/t/api-language-only-php/1432
**Category:** Development
**Created:** [July 22, 2015, 8:58am UTC](https://forum.mautic.org/t/api-language-only-php/1432 "2015-07-22T08:58:14Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ClementCasa\_Sculpteo](https://avatars.discourse-cdn.com/v4/letter/c/dc4da7/32.png) [@ClementCasa\_Sculpteo](https://forum.mautic.org/u/ClementCasa_Sculpteo)
#### Post date: [July 22, 2015, 8:58am UTC](https://forum.mautic.org/t/api-language-only-php/1432/1 "2015-07-22T08:58:14Z")

</div>

Hi, I’m a web developer and I want to implement Mautic’s services on the website i’m working on.  
  
  
  
I saw that the API is using php, but I would like to know if you are developping the API for an other language, like python or javascript for exemple.  
  
We are using Django for developping the website so we are looking for a marketing tool that can be easily implemented with javascript or python.  
  
  
  
Thank you.

---

<div class="post-metadata">

### Author: ![chad.windnagle](https://avatars.discourse-cdn.com/v4/letter/c/7feea3/32.png) [@chad.windnagle](https://forum.mautic.org/u/chad.windnagle)
#### Post date: [July 22, 2015, 1:01pm UTC](https://forum.mautic.org/t/api-language-only-php/1432/2 "2015-07-22T13:01:27Z")

</div>

Hi ClementCasa

Our API library code is based on PHP, which makes it easy to send and receive calls to Mautic with a PHP application. But all the calls are RESTful, HTTP based calls to Mautic. The API provides JSON responses.

You’ll be able to connect and use any language you wish as long as it goes over the HTTP protocol, authenticates using OAuth and returns a proper response format. The language which sends and receives the calls is not going to matter at all, so you can use straight up cURL from the command line, or use ruby or Python to make the requests.

This person tried to start working on Ruby:  
[https://www.mautic.org/community/index.php/309-calling-mautic-api](https://www.mautic.org/community/index.php/309-calling-mautic-api)

---

<div class="post-metadata">

### Author: ![ClementCasa\_Sculpteo](https://avatars.discourse-cdn.com/v4/letter/c/dc4da7/32.png) [@ClementCasa\_Sculpteo](https://forum.mautic.org/u/ClementCasa_Sculpteo)
#### Post date: [July 22, 2015, 8:58am UTC](https://forum.mautic.org/t/api-language-only-php/1432/3 "2015-07-22T08:58:14Z")

</div>

Hi, I’m a web developer and I want to implement Mautic’s services on the website i’m working on.

I saw that the API is using php, but I would like to know if you are developping the API for an other language, like python or javascript for exemple.  
We are using Django for developping the website so we are looking for a marketing tool that can be easily implemented with javascript or python.

Thank you.

---

<div class="post-metadata">

### Author: ![vdittgen](https://avatars.discourse-cdn.com/v4/letter/v/91b2a8/32.png) [@vdittgen](https://forum.mautic.org/u/vdittgen)
#### Post date: [January 6, 2017, 7:09pm UTC](https://forum.mautic.org/t/api-language-only-php/1432/4 "2017-01-06T19:09:46Z")

</div>

Python API working.  
Hi, we forked Kleinq work ([https://github.com/kleinq/mauticapi](https://github.com/kleinq/mauticapi)) and updated it to support the new endpoints and basic operations like: search contacts, update and create contacts.

Our fork: [https://github.com/simbio/mauticapi](https://github.com/simbio/mauticapi)

Tks Hoarf ([https://github.com/hoarf](https://github.com/hoarf)) for your help.

---

<div class="post-metadata">

### Author: ![silavapi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/silavapi/32/7424_2.png) [@silavapi](https://forum.mautic.org/u/silavapi)
#### Post date: [February 2, 2020, 10:59pm UTC](https://forum.mautic.org/t/api-language-only-php/1432/5 "2020-02-02T22:59:08Z")

</div>


