return this.http.get(url)
    .map((response: Response) => response.json())
    .map((data: any) => data.terms);