Jewish maps API:

places: GET /places.json

place types: GET /placetypes.json

places last update: GET /placeslastupdate.json

add place: POST /api/place/add/
{
"ptype": "int: place type",
"longitude": "float: longitude",
"latitude": "float: latitude",
"name": "string: name",
"county": "string: country",
"city": "string: city",
"address": "string: address",
"phone": "string: phone",
"email": "string: email",
"description": "string: description"
}

Jewish books API:

books: GET /books.json

book types: GET /booktypes.json

books last update: GET /bookslastupdate.json